Type Alias TwitchGameScalarWhereWithAggregatesInput

TwitchGameScalarWhereWithAggregatesInput: {
    AND?: TwitchGameScalarWhereWithAggregatesInput | TwitchGameScalarWhereWithAggregatesInput[];
    NOT?: TwitchGameScalarWhereWithAggregatesInput | TwitchGameScalarWhereWithAggregatesInput[];
    OR?: TwitchGameScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"TwitchGame"> | string;
    gameId?: StringWithAggregatesFilter<"TwitchGame"> | string;
    name?: StringWithAggregatesFilter<"TwitchGame"> | string;
    updatedAt?: DateTimeWithAggregatesFilter<"TwitchGame"> | Date | string;
}