Type Alias GuildDropsWebhookIncludeCreateManyAndReturn<ExtArgs>

GuildDropsWebhookIncludeCreateManyAndReturn<ExtArgs>: {
    guildDrops?: boolean | GuildDropsWebhook$guildDropsArgs<ExtArgs>;
}

Type Parameters