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 /v7.0/tutorial/query-embedded-documents/返回模式中每个路径的键(字符串),值为/v7.0/tutorial/query-embedded-documents/类型。

Type Parameters

  • TSchema

  • Type

Generated using TypeDoc