UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeeInstallmentConfig = void 0; /** * Fee Installment Configuration Schema * Defines individual installment details within a collection configuration */ class FeeInstallmentConfig { } exports.FeeInstallmentConfig = FeeInstallmentConfig;