cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
17 lines (16 loc) • 358 B
TypeScript
declare const feesRoutesUrl: {
module: string;
structure: string;
payment: string;
discount: string;
discountRule: string;
scholarship: string;
lateFee: string;
lateFeeRule: string;
refund: string;
receiptTemplate: string;
assignment: string;
reports: string;
approve: string;
};
export { feesRoutesUrl };