@tb-dev/utils - v6.0.3
    Preparing search index...

    Type Alias Writable<T>

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

    Constructs a type where all properties of T may be written.

    Type Parameters

    • T