Type Alias GuildDropsGameWebhookInclude<ExtArgs>

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

Type Parameters