Type Alias GuildDropsWebhookUpdateManyArgs<ExtArgs>

GuildDropsWebhookUpdateManyArgs<ExtArgs>: {
    data: XOR<GuildDropsWebhookUpdateManyMutationInput, GuildDropsWebhookUncheckedUpdateManyInput>;
    limit?: number;
    where?: GuildDropsWebhookWhereInput;
}

GuildDropsWebhook updateMany

Type Parameters

Type declaration