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

    Type Alias OmitDeep<T, PathUnion>

    OmitDeep: SimplifyDeep<OmitDeepHelper<T, UnionToTuple<PathUnion>>, UnknownArray>

    Omit properties from a deeply-nested object, supporting recursion into arrays (each removed array item is replaced with unknown at its index).

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

    Type Parameters