KSGiftedSubRoleScalarWhereInput: {
    AND?: KSGiftedSubRoleScalarWhereInput | KSGiftedSubRoleScalarWhereInput[];
    NOT?: KSGiftedSubRoleScalarWhereInput | KSGiftedSubRoleScalarWhereInput[];
    OR?: KSGiftedSubRoleScalarWhereInput[];
    dbId?: StringFilter<"KSGiftedSubRole"> | string;
    giftedSubs?: IntFilter<"KSGiftedSubRole"> | number;
    kickStreamerId?: StringFilter<"KSGiftedSubRole"> | string;
    roleId?: StringFilter<"KSGiftedSubRole"> | string;
}