UserTwitchAccountWhereInput: {
    AND?: UserTwitchAccountWhereInput | UserTwitchAccountWhereInput[];
    NOT?: UserTwitchAccountWhereInput | UserTwitchAccountWhereInput[];
    OR?: UserTwitchAccountWhereInput[];
    accountId?: StringNullableFilter<"UserTwitchAccount"> | string | null;
    chatRoomId?: StringNullableFilter<"UserTwitchAccount"> | string | null;
    dbId?: StringFilter<"UserTwitchAccount"> | string;
    user?: XOR<UserNullableScalarRelationFilter, UserWhereInput> | null;
    userId?: StringFilter<"UserTwitchAccount"> | string;
    username?: StringNullableFilter<"UserTwitchAccount"> | string | null;
}