TS2542
typescript Index Signature Read-Only
An index signature is marked `readonly` and cannot be assigned to. Create a writable copy of the object or remove the `readonly` modifier from the index signature.
An index signature is marked `readonly` and cannot be assigned to. Create a writable copy of the object or remove the `readonly` modifier from the index signature.