Type Alias GuildMessageWebhookCreateManyAndReturnArgs<ExtArgs>

GuildMessageWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildMessageWebhookCreateManyInput | GuildMessageWebhookCreateManyInput[];
    include?: GuildMessageWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildMessageWebhookOmit<ExtArgs> | null;
    select?: GuildMessageWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildMessageWebhook createManyAndReturn

Type Parameters

Type declaration