Type Alias KSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>

KSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<KSMessageWebhookUpdateManyMutationInput, KSMessageWebhookUncheckedUpdateManyInput>;
    include?: KSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: KSMessageWebhookOmit<ExtArgs> | null;
    select?: KSMessageWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: KSMessageWebhookWhereInput;
}

KSMessageWebhook updateManyAndReturn

Type Parameters

Type declaration