API 参考
    正在准备搜索索引...

    类型别名 NestedPathsOfType<TSchema, Type>

    NestedPathsOfType: 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/

    类型参数

    • TSchema
    • Type