OpenInference JS
    Preparing search index...
    DeeplyMutable: {
        -readonly [P in keyof T]: T[P] extends object
            ? DeeplyMutable<T[P]>
            : T[P]
    }

    Type Parameters

    • T