cloud-ide-lms-model 1.0.136 → 1.0.137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,5 +15,5 @@ declare class MSyctrList extends MTableQueries {
|
|
|
15
15
|
interface countryListControllerResponse extends controllerResponse {
|
|
16
16
|
data?: ICoreSyctr[];
|
|
17
17
|
}
|
|
18
|
-
export { ICoreSyctrErrorLogger, //interface
|
|
18
|
+
export { MSyctrList, ICoreSyctrErrorLogger, //interface
|
|
19
19
|
ICoreSyctrListErrorLogger, countryListControllerResponse };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MSyctrList = void 0;
|
|
3
4
|
const common_types_1 = require("../../common-types");
|
|
4
5
|
/* INTERFACE END */
|
|
5
6
|
class MSyctrList extends common_types_1.MTableQueries {
|
|
@@ -14,3 +15,4 @@ class MSyctrList extends common_types_1.MTableQueries {
|
|
|
14
15
|
return errorLogger;
|
|
15
16
|
}
|
|
16
17
|
}
|
|
18
|
+
exports.MSyctrList = MSyctrList;
|