UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeeLateFee = void 0; /** * Fee Late Fee Schema * Applied late fees for students */ class FeeLateFee { } exports.FeeLateFee = FeeLateFee;