Type Alias GuildDropsGameInclude<ExtArgs>

GuildDropsGameInclude<ExtArgs>: {
    game?: boolean | GuildDropsGame$gameArgs<ExtArgs>;
    guildDrops?: boolean | GuildDropsGame$guildDropsArgs<ExtArgs>;
    webhook?: boolean | GuildDropsGame$webhookArgs<ExtArgs>;
}

Type Parameters