Type Alias GuildTrackedGameMaxAggregateOutputType

GuildTrackedGameMaxAggregateOutputType: {
    atlOnly: boolean | null;
    channelId: string | null;
    dbId: string | null;
    gameConfigId: string | null;
    itemId: string | null;
    minDiscountPercent: number | null;
    pingRoleId: string | null;
    steamAppId: number | null;
    title: string | null;
}