import { IDefaultAttributes } from './commonInterface'; export interface ISubjectInternalMarkModelAttributes extends IDefaultAttributes { id: string; instituteId: string; academicCalendarId: string; subjectId: string; totalMark: number; standardId: string; }