Cosmos Journeyer API Documentation - v1.10.4
    Preparing search index...

    Type Alias DeepMutable<T>

    DeepMutable: { -readonly [K in keyof T]: DeepMutable<T[K]> }

    Type Parameters

    • T