Type Alias GuildGameCategoryRouteScalarWhereWithAggregatesInput

GuildGameCategoryRouteScalarWhereWithAggregatesInput: {
    AND?: GuildGameCategoryRouteScalarWhereWithAggregatesInput | GuildGameCategoryRouteScalarWhereWithAggregatesInput[];
    NOT?: GuildGameCategoryRouteScalarWhereWithAggregatesInput | GuildGameCategoryRouteScalarWhereWithAggregatesInput[];
    OR?: GuildGameCategoryRouteScalarWhereWithAggregatesInput[];
    channelId?: StringNullableWithAggregatesFilter<"GuildGameCategoryRoute"> | string | null;
    dbId?: StringWithAggregatesFilter<"GuildGameCategoryRoute"> | string;
    flags?: EnumGameFlagEnumNullableListFilter<"GuildGameCategoryRoute">;
    gameConfigId?: StringWithAggregatesFilter<"GuildGameCategoryRoute"> | string;
    genres?: StringNullableListFilter<"GuildGameCategoryRoute">;
    kinds?: EnumGameKindEnumNullableListFilter<"GuildGameCategoryRoute">;
    minDiscountPercent?: IntNullableWithAggregatesFilter<"GuildGameCategoryRoute"> | number | null;
    pingRoleId?: StringNullableWithAggregatesFilter<"GuildGameCategoryRoute"> | string | null;
    priority?: IntWithAggregatesFilter<"GuildGameCategoryRoute"> | number;
    stores?: EnumGameStoreEnumNullableListFilter<"GuildGameCategoryRoute">;
    tags?: StringNullableListFilter<"GuildGameCategoryRoute">;
    webhookAvatarUrl?: StringNullableWithAggregatesFilter<"GuildGameCategoryRoute"> | string | null;
    webhookEnabled?: BoolNullableWithAggregatesFilter<"GuildGameCategoryRoute"> | boolean | null;
    webhookUsername?: StringNullableWithAggregatesFilter<"GuildGameCategoryRoute"> | string | null;
}