UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

10 lines (9 loc) 235 B
/** * Object containing URLs for user-related endpoints. * These URLs are used for various user operations such as user selection. */ declare const userRoutesUrl: { module: string; user: string; }; export { userRoutesUrl };