UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeeDiscount = void 0; /** * Fee Discount Schema * Individual discount records applied to students */ class FeeDiscount { } exports.FeeDiscount = FeeDiscount;