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

    类型别名 QueryDeepPartialEntity<T>

    QueryDeepPartialEntity: _QueryDeepPartialEntity<
        ObjectLiteral extends T ? unknown : T,
    >

    Make all properties in T optional. Deep version.

    类型参数

    • T