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

    类型别名 PullOperator<TSchema>

    PullOperator: {
        readonly [key in KeysOfAType<TSchema, ReadonlyArray<any>>]?:
            | Partial<Flatten<TSchema[key]>>
            | FilterOperations<Flatten<TSchema[key]>>
    } & NotAcceptedFields<TSchema, ReadonlyArray<any>> & {
        readonly [key: string]: any;
    }

    类型参数

    • TSchema