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

    Type Alias Paths<T, Options>

    Paths: PathsHelper<
        T,
        ApplyDefaultOptions<PathsOptions, DefaultPathsOptions, Options>,
    >

    Generate a union of all possible paths to properties in the given object. Also works with arrays.

    Copied from the Paths 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