@tb-dev/utils - v7.0.2
    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