Type Alias GuildGameCategoryRouteGroupByOutputType

GuildGameCategoryRouteGroupByOutputType: {
    _avg: GuildGameCategoryRouteAvgAggregateOutputType | null;
    _count: GuildGameCategoryRouteCountAggregateOutputType | null;
    _max: GuildGameCategoryRouteMaxAggregateOutputType | null;
    _min: GuildGameCategoryRouteMinAggregateOutputType | null;
    _sum: GuildGameCategoryRouteSumAggregateOutputType | null;
    channelId: string | null;
    dbId: string;
    flags: GameFlagEnum[];
    gameConfigId: string;
    genres: string[];
    kinds: GameKindEnum[];
    minDiscountPercent: number | null;
    pingRoleId: string | null;
    priority: number;
    stores: GameStoreEnum[];
    tags: string[];
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean | null;
    webhookUsername: string | null;
}