@juulsgaard/ts-tools
    Preparing search index...

    Type Alias Mutable<T>

    Mutable: { -readonly [K in keyof T]: T[K] }

    Creates a Type where no properties are readonly

    Type Parameters

    • T