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