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

    Type Alias DeepWritable<T>

    DeepWritable: { -readonly [P in keyof T]: DeepWritable<T[P]> }

    Type Parameters

    • T