An assignment targets a property that is marked `readonly`. Remove the `readonly` modifier or use a different approach such as object spreading to create a modified copy.
TS2540
typescript An assignment targets a property that is marked `readonly`. Remove the `readonly` modifier or use a different approach such as object spreading to create a modified copy.