KSRoleWithUsersScalarWhereInput: {
    AND?: KSRoleWithUsersScalarWhereInput | KSRoleWithUsersScalarWhereInput[];
    NOT?: KSRoleWithUsersScalarWhereInput | KSRoleWithUsersScalarWhereInput[];
    OR?: KSRoleWithUsersScalarWhereInput[];
    dbId?: StringFilter<"KSRoleWithUsers"> | string;
    kickStreamerId?: StringFilter<"KSRoleWithUsers"> | string;
    roleId?: StringFilter<"KSRoleWithUsers"> | string;
    userIds?: StringNullableListFilter<"KSRoleWithUsers">;
}