Type Alias GuildTrackedGameScalarWhereWithAggregatesInput

GuildTrackedGameScalarWhereWithAggregatesInput: {
    AND?: GuildTrackedGameScalarWhereWithAggregatesInput | GuildTrackedGameScalarWhereWithAggregatesInput[];
    NOT?: GuildTrackedGameScalarWhereWithAggregatesInput | GuildTrackedGameScalarWhereWithAggregatesInput[];
    OR?: GuildTrackedGameScalarWhereWithAggregatesInput[];
    atlOnly?: BoolWithAggregatesFilter<"GuildTrackedGame"> | boolean;
    channelId?: StringNullableWithAggregatesFilter<"GuildTrackedGame"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildTrackedGame"> | string;
    gameConfigId?: StringWithAggregatesFilter<"GuildTrackedGame"> | string;
    itemId?: StringNullableWithAggregatesFilter<"GuildTrackedGame"> | string | null;
    kinds?: EnumGameKindEnumNullableListFilter<"GuildTrackedGame">;
    minDiscountPercent?: IntNullableWithAggregatesFilter<"GuildTrackedGame"> | number | null;
    pingRoleId?: StringNullableWithAggregatesFilter<"GuildTrackedGame"> | string | null;
    steamAppId?: IntNullableWithAggregatesFilter<"GuildTrackedGame"> | number | null;
    title?: StringNullableWithAggregatesFilter<"GuildTrackedGame"> | string | null;
}