UNPKG

cloud-ide-model-schema

Version:

Pachage for schema management of Cloud IDEsys LMS

28 lines (20 loc) 1.24 kB
# Common Types This directory contains TypeScript interfaces and type definitions that are used throughout the Cloud IDE LMS system. ## Navigation - [Back to Compiled Output](../README.md) - [Back to Main README](../../README.md) - [Model Interfaces Documentation](../model/README.md) ## Files - `common.d.ts` - General purpose shared types - `coreControllerResponse.d.ts` - Response types for core controllers - `designConfigControllerResponse.d.ts` - Response types for design configuration - `emailServiceConfig.d.ts` - Configuration types for email services - `entityControllerResponse.d.ts` - Response types for entity controllers - `forgotPasswordControllerResponse.d.ts` - Response types for forgot password flow - `jwtPayload.d.ts` - JWT token payload structure - `loginControllerResponse.d.ts` - Response types for login process - `menuControllerResponse.d.ts` - Response types for menu controllers - `resetPasswordControllerResponse.d.ts` - Response types for password reset - `userPermissions.d.ts` - User permission types and interfaces ## Usage These types are primarily used internally by the package but can also be imported by consumers of the package for type safety in TypeScript projects.