import { IDefaultAttributes } from './commonInterface'; export interface ISubjectHasPayFeeHistoryModelAttributes extends IDefaultAttributes { id: string; instituteId: string; userId: string; subjectId: string; feeCollectionId: string; academicCalendarId?: string; amount: number; }