Type alias NestedPathsOfType<TSchema, Type>

NestedPathsOfType<TSchema, Type>: KeysOfAType<{
    [Property in Join<NestedPaths<TSchema, []>, ".">]: PropertyType<TSchema, Property>
}, Type>

returns keys (strings) for every path into a schema with a value of type https://www.mongodb.com/docs/manual/tutorial/query-embedded-documents/

Type Parameters

  • TSchema

  • Type

Generated using TypeDoc