Type Alias GuildDropsGameWebhookCreateManyAndReturnArgs<ExtArgs>

GuildDropsGameWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildDropsGameWebhookCreateManyInput | GuildDropsGameWebhookCreateManyInput[];
    include?: GuildDropsGameWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildDropsGameWebhookOmit<ExtArgs> | null;
    select?: GuildDropsGameWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildDropsGameWebhook createManyAndReturn

Type Parameters

Type declaration