typescript · typescript/TS2542
TS2542
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.