TwitchGameWhereInput: {
    AND?: TwitchGameWhereInput | TwitchGameWhereInput[];
    NOT?: TwitchGameWhereInput | TwitchGameWhereInput[];
    OR?: TwitchGameWhereInput[];
    dbId?: StringFilter<"TwitchGame"> | string;
    gameId?: StringFilter<"TwitchGame"> | string;
    name?: StringFilter<"TwitchGame"> | string;
    updatedAt?: DateTimeFilter<"TwitchGame"> | Date | string;
}