import { IDefaultAttributes } from './commonInterface'; export interface IInternalMarkModelAttributes extends IDefaultAttributes { id: string; instituteId: string; academicCalendarId: string; userId: string; subjectId: string; totalMark: number; obtainedMarks: number; batchId: string; }