Type Alias DropGameScalarWhereWithAggregatesInput

DropGameScalarWhereWithAggregatesInput: {
    AND?: DropGameScalarWhereWithAggregatesInput | DropGameScalarWhereWithAggregatesInput[];
    NOT?: DropGameScalarWhereWithAggregatesInput | DropGameScalarWhereWithAggregatesInput[];
    OR?: DropGameScalarWhereWithAggregatesInput[];
    createdAt?: DateTimeWithAggregatesFilter<"DropGame"> | Date | string;
    dbId?: StringWithAggregatesFilter<"DropGame"> | string;
    description?: StringNullableWithAggregatesFilter<"DropGame"> | string | null;
    gameId?: StringWithAggregatesFilter<"DropGame"> | string;
    imageUrl?: StringNullableWithAggregatesFilter<"DropGame"> | string | null;
    name?: StringWithAggregatesFilter<"DropGame"> | string;
    platform?: EnumPlatformEnumWithAggregatesFilter<"DropGame"> | PlatformEnum;
    platformData?: JsonNullableWithAggregatesFilter<"DropGame">;
    slug?: StringNullableWithAggregatesFilter<"DropGame"> | string | null;
    updatedAt?: DateTimeWithAggregatesFilter<"DropGame"> | Date | string;
}