Type Alias GuildGameConfigScalarWhereWithAggregatesInput

GuildGameConfigScalarWhereWithAggregatesInput: {
    AND?: GuildGameConfigScalarWhereWithAggregatesInput | GuildGameConfigScalarWhereWithAggregatesInput[];
    NOT?: GuildGameConfigScalarWhereWithAggregatesInput | GuildGameConfigScalarWhereWithAggregatesInput[];
    OR?: GuildGameConfigScalarWhereWithAggregatesInput[];
    allTimeLowEnabled?: BoolWithAggregatesFilter<"GuildGameConfig"> | boolean;
    allTimeLowMaxPriceCents?: IntNullableWithAggregatesFilter<"GuildGameConfig"> | number | null;
    allTimeLowStores?: EnumGameStoreEnumNullableListFilter<"GuildGameConfig">;
    changelogChannelId?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    changelogPingRoleId?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    changelogWebhookAvatarUrl?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    changelogWebhookEnabled?: BoolNullableWithAggregatesFilter<"GuildGameConfig"> | boolean | null;
    changelogWebhookUsername?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildGameConfig"> | string;
    deliveryMode?: EnumGameDeliveryEnumWithAggregatesFilter<"GuildGameConfig"> | GameDeliveryEnum;
    digestHourUTC?: IntNullableWithAggregatesFilter<"GuildGameConfig"> | number | null;
    digestWeekday?: IntNullableWithAggregatesFilter<"GuildGameConfig"> | number | null;
    discountStores?: EnumGameStoreEnumNullableListFilter<"GuildGameConfig">;
    discountsEnabled?: BoolWithAggregatesFilter<"GuildGameConfig"> | boolean;
    enabled?: BoolWithAggregatesFilter<"GuildGameConfig"> | boolean;
    freeDlcEnabled?: BoolWithAggregatesFilter<"GuildGameConfig"> | boolean;
    freeDlcStores?: EnumGameStoreEnumNullableListFilter<"GuildGameConfig">;
    freeGameStores?: EnumGameStoreEnumNullableListFilter<"GuildGameConfig">;
    freeGamesEnabled?: BoolWithAggregatesFilter<"GuildGameConfig"> | boolean;
    freeWeekendEnabled?: BoolWithAggregatesFilter<"GuildGameConfig"> | boolean;
    freeWeekendStores?: EnumGameStoreEnumNullableListFilter<"GuildGameConfig">;
    genres?: StringNullableListFilter<"GuildGameConfig">;
    guildId?: StringWithAggregatesFilter<"GuildGameConfig"> | string;
    maxPriceCents?: IntNullableWithAggregatesFilter<"GuildGameConfig"> | number | null;
    minDiscountPercent?: IntNullableWithAggregatesFilter<"GuildGameConfig"> | number | null;
    notificationChannelId?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    pingRoleId?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    robloxChannelId?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    robloxPingRoleId?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    robloxWebhookAvatarUrl?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    robloxWebhookEnabled?: BoolNullableWithAggregatesFilter<"GuildGameConfig"> | boolean | null;
    robloxWebhookUsername?: StringNullableWithAggregatesFilter<"GuildGameConfig"> | string | null;
    studios?: StringNullableListFilter<"GuildGameConfig">;
    tags?: StringNullableListFilter<"GuildGameConfig">;
    upcomingFreeEnabled?: BoolWithAggregatesFilter<"GuildGameConfig"> | boolean;
    upcomingFreeStores?: EnumGameStoreEnumNullableListFilter<"GuildGameConfig">;
}