Type Alias GuildDropsGameWebhookIncludeUpdateManyAndReturn<ExtArgs>

GuildDropsGameWebhookIncludeUpdateManyAndReturn<ExtArgs>: {
    guildDropsGame?: boolean | GuildDropsGameWebhook$guildDropsGameArgs<ExtArgs>;
}

Type Parameters