Type Alias WSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>

WSMessageWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<WSMessageWebhookUpdateManyMutationInput, WSMessageWebhookUncheckedUpdateManyInput>;
    include?: WSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: WSMessageWebhookOmit<ExtArgs> | null;
    select?: WSMessageWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: WSMessageWebhookWhereInput;
}

WSMessageWebhook updateManyAndReturn

Type Parameters

Type declaration