Type Alias KSGiftedSubRoleScalarWhereWithAggregatesInput

KSGiftedSubRoleScalarWhereWithAggregatesInput: {
    AND?: KSGiftedSubRoleScalarWhereWithAggregatesInput | KSGiftedSubRoleScalarWhereWithAggregatesInput[];
    NOT?: KSGiftedSubRoleScalarWhereWithAggregatesInput | KSGiftedSubRoleScalarWhereWithAggregatesInput[];
    OR?: KSGiftedSubRoleScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"KSGiftedSubRole"> | string;
    giftedSubs?: IntWithAggregatesFilter<"KSGiftedSubRole"> | number;
    kickStreamerId?: StringWithAggregatesFilter<"KSGiftedSubRole"> | string;
    roleId?: StringWithAggregatesFilter<"KSGiftedSubRole"> | string;
}