Type alias SubjectsParams

SubjectsParams: PaginationParams & {
    semester_id?: number;
}

Generated using TypeDoc