Type Alias GuildDropsGameWebhookUpdateManyArgs<ExtArgs>

GuildDropsGameWebhookUpdateManyArgs<ExtArgs>: {
    data: XOR<GuildDropsGameWebhookUpdateManyMutationInput, GuildDropsGameWebhookUncheckedUpdateManyInput>;
    limit?: number;
    where?: GuildDropsGameWebhookWhereInput;
}

GuildDropsGameWebhook updateMany

Type Parameters

Type declaration