Kind: Type
Source: atloria-monorepo/packages/doc-automation/src/v2/types/common.types.ts
Definition
ts| 'CLASS'
| 'FUNCTION'
| 'COMPONENT' // React/Vue/Angular component
| 'CONTROLLER' // API endpoint handler
| 'SERVICE'
| 'INTERFACE'
| 'TYPE'
| 'ENUM'
| 'CONSTANT'
| 'HOOK' // React hook
| 'MIDDLEWARE'
| 'MODULE'
Was this page helpful?