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

    类型别名 QueryPartialEntity<T>

    QueryPartialEntity: { [P in keyof T]?: T[P] | (() => string) }

    Make all properties in T optional

    类型参数

    • T