augment-vir - v32.2.2
    Preparing search index...

    Type Alias PartialDeep<T, Options>

    PartialDeep: PartialDeepHelper<
        T,
        ApplyDefaultOptions<PartialDeepOptions, DefaultPartialDeepOptions, Options>,
    >

    Create a deeply optional version of another type. Use Partial<T> if you only need one level deep.

    Copied from the PartialDeep type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).

    Type Parameters