UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeePayment = void 0; /** * Fee Payment Schema * Records student fee payments */ class FeePayment { } exports.FeePayment = FeePayment;