UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

11 lines (10 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FeeLateFeeRule = void 0; /** * Fee Late Fee Rule Schema * Rules for calculating late fees */ class FeeLateFeeRule { } exports.FeeLateFeeRule = FeeLateFeeRule;