Vinyl
    Preparing search index...

    Type Alias MutableObjectDeep<T>

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

    A recursively deep mutable object. Do not use this directly, use MutableDeep instead, which works for dates, maps, sets, etc.

    Type Parameters

    • T