Type Alias UserTwitchAccountScalarWhereWithAggregatesInput

UserTwitchAccountScalarWhereWithAggregatesInput: {
    AND?: UserTwitchAccountScalarWhereWithAggregatesInput | UserTwitchAccountScalarWhereWithAggregatesInput[];
    NOT?: UserTwitchAccountScalarWhereWithAggregatesInput | UserTwitchAccountScalarWhereWithAggregatesInput[];
    OR?: UserTwitchAccountScalarWhereWithAggregatesInput[];
    accountId?: StringNullableWithAggregatesFilter<"UserTwitchAccount"> | string | null;
    chatRoomId?: StringNullableWithAggregatesFilter<"UserTwitchAccount"> | string | null;
    dbId?: StringWithAggregatesFilter<"UserTwitchAccount"> | string;
    userId?: StringWithAggregatesFilter<"UserTwitchAccount"> | string;
    username?: StringNullableWithAggregatesFilter<"UserTwitchAccount"> | string | null;
}