Type Alias GuildDrops$webhookArgs<ExtArgs>

GuildDrops$webhookArgs<ExtArgs>: {
    include?: GuildDropsWebhookInclude<ExtArgs> | null;
    omit?: GuildDropsWebhookOmit<ExtArgs> | null;
    select?: GuildDropsWebhookSelect<ExtArgs> | null;
    where?: GuildDropsWebhookWhereInput;
}

GuildDrops.webhook

Type Parameters

Type declaration