cloud-ide-lms-model 1.0.181 → 1.0.182
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.
|
@@ -99,7 +99,7 @@ export declare class MGeneralMaster {
|
|
|
99
99
|
sygms_configuration?: Record<string, any>;
|
|
100
100
|
sygms_entity_id_syen?: string;
|
|
101
101
|
constructor(init: Partial<MGeneralMaster>);
|
|
102
|
-
|
|
102
|
+
Validate?(): Partial<Record<keyof MGeneralMaster, string>>;
|
|
103
103
|
}
|
|
104
104
|
type IGeneralMasterSelectErrorLogger = {
|
|
105
105
|
[key in keyof MGeneralMasterSelect]: string;
|