Type Alias GuildDropsCountOutputTypeSelect<ExtArgs>

GuildDropsCountOutputTypeSelect<ExtArgs>: {
    games?: boolean | GuildDropsCountOutputTypeCountGamesArgs;
}

Type Parameters