cloud-ide-lms-model
Version:
Package for Model management of Cloud IDEsys LMS
22 lines (21 loc) • 675 B
TypeScript
declare const designConfigRoutesUrl: {
module: string;
/**
* @description Endpoint to get page details (page)
* for more details refer {@link https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1&tab=t.0#bookmark=id.qbwilgqdw9a2}
*/
getPageData: string;
/**
* this will return the user specific design, else org
*/
getSystemTheme: string;
/**
* this will return the system theme list for the application
*/
getSystemThemesList: string;
/**
* this will save the user specific theme
*/
systemThemeUserPreferences: string;
};
export { designConfigRoutesUrl };