Type alias PullAllOperator<TSchema>

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

Type Parameters

  • TSchema

Type declaration

  • [key: string]: ReadonlyArray<any>

Generated using TypeDoc