Type Alias GuildDropsWebhookIncludeUpdateManyAndReturn<ExtArgs>

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

Type Parameters