@glideapps/ts-necessities
    Preparing search index...

    Type Alias Writable<T>

    Writable: { -readonly [P in keyof T]: T[P] }

    Remove readonly from all properties of T.

    Type Parameters

    • T