Type Alias GuildDropsWebhookCreateManyAndReturnArgs<ExtArgs>

GuildDropsWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildDropsWebhookCreateManyInput | GuildDropsWebhookCreateManyInput[];
    include?: GuildDropsWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildDropsWebhookOmit<ExtArgs> | null;
    select?: GuildDropsWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildDropsWebhook createManyAndReturn

Type Parameters

Type declaration