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

    类型别名 PullAllOperator<TSchema>

    PullAllOperator: {
        readonly [key in KeysOfAType<TSchema, ReadonlyArray<any>>]?: TSchema[key]
    } & NotAcceptedFields<TSchema, ReadonlyArray<any>> & {
        readonly [key: string]: readonly any[];
    }

    类型参数

    • TSchema