Type Alias GuildDropsGameWebhookIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters