Type Alias GuildDropsWebhookUpdateManyAndReturnArgs<ExtArgs>

GuildDropsWebhookUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<GuildDropsWebhookUpdateManyMutationInput, GuildDropsWebhookUncheckedUpdateManyInput>;
    include?: GuildDropsWebhookIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: GuildDropsWebhookOmit<ExtArgs> | null;
    select?: GuildDropsWebhookSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: GuildDropsWebhookWhereInput;
}

GuildDropsWebhook updateManyAndReturn

Type Parameters

Type declaration