PokéRogue
    Preparing search index...
    Mutable: { -readonly [P in keyof T]: T[P] }

    Helper type to strip readonly from all properties of the provided type. Inverse of Readonly

    Type Parameters

    • T

      The type to make mutable