Type Alias TWSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>

TWSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<TWSMessageWebhookUpdateManyMutationInput, TWSMessageWebhookUncheckedUpdateManyInput>;
    include?: TWSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: TWSMessageWebhookOmit<ExtArgs> | null;
    select?: TWSMessageWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: TWSMessageWebhookWhereInput;
}

TWSMessageWebhook updateManyAndReturn

Type Parameters

Type declaration