Type Alias GuildTrackedGameGroupByOutputType

GuildTrackedGameGroupByOutputType: {
    _avg: GuildTrackedGameAvgAggregateOutputType | null;
    _count: GuildTrackedGameCountAggregateOutputType | null;
    _max: GuildTrackedGameMaxAggregateOutputType | null;
    _min: GuildTrackedGameMinAggregateOutputType | null;
    _sum: GuildTrackedGameSumAggregateOutputType | null;
    atlOnly: boolean;
    channelId: string | null;
    dbId: string;
    gameConfigId: string;
    itemId: string | null;
    kinds: GameKindEnum[];
    minDiscountPercent: number | null;
    pingRoleId: string | null;
    steamAppId: number | null;
    title: string | null;
}