Type Alias YTSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>

YTSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<YTSMessageWebhookUpdateManyMutationInput, YTSMessageWebhookUncheckedUpdateManyInput>;
    include?: YTSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: YTSMessageWebhookOmit<ExtArgs> | null;
    select?: YTSMessageWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: YTSMessageWebhookWhereInput;
}

YTSMessageWebhook updateManyAndReturn

Type Parameters

Type declaration