import { IDefaultAttributes } from './commonInterface'; export interface IBatchSubjectBookAssessmentModelAttributes extends IDefaultAttributes { id: string; batchId: string; subjectId: string; standardId: string; assessmentType: string; instituteId?: string; academicCalendarId?: string; }