Type Alias CSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>

CSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<CSMessageWebhookUpdateManyMutationInput, CSMessageWebhookUncheckedUpdateManyInput>;
    include?: CSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: CSMessageWebhookOmit<ExtArgs> | null;
    select?: CSMessageWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: CSMessageWebhookWhereInput;
}

CSMessageWebhook updateManyAndReturn

Type Parameters

Type declaration