Type Alias CFMessageWebhookUpdateManyAndReturnArgs<ExtArgs>

CFMessageWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<CFMessageWebhookUpdateManyMutationInput, CFMessageWebhookUncheckedUpdateManyInput>;
    include?: CFMessageWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: CFMessageWebhookOmit<ExtArgs> | null;
    select?: CFMessageWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: CFMessageWebhookWhereInput;
}

CFMessageWebhook updateManyAndReturn

Type Parameters

Type declaration