Type Alias GuildDropsGameWebhookCreateManyArgs<ExtArgs>

GuildDropsGameWebhookCreateManyArgs<ExtArgs>: {
    data: GuildDropsGameWebhookCreateManyInput | GuildDropsGameWebhookCreateManyInput[];
    skipDuplicates?: boolean;
}

GuildDropsGameWebhook createMany

Type Parameters

Type declaration