ContentType Type — react Architecture
Architecture documentation for the ContentType type/interface in algolia.ts from the react codebase.
Entity Profile
Dependency Diagram
graph TD 70fb9a84_aad3_8eaf_1d50_7429c1ca4e55["ContentType"] e06121eb_f5fa_fef4_9520_4641dc8cea88["algolia.ts"] 70fb9a84_aad3_8eaf_1d50_7429c1ca4e55 -->|defined in| e06121eb_f5fa_fef4_9520_4641dc8cea88 style 70fb9a84_aad3_8eaf_1d50_7429c1ca4e55 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
compiler/packages/react-mcp-server/src/types/algolia.ts lines 9–17
type ContentType =
| 'content'
| 'lvl0'
| 'lvl1'
| 'lvl2'
| 'lvl3'
| 'lvl4'
| 'lvl5'
| 'lvl6';
Source
Frequently Asked Questions
What is the ContentType type?
ContentType is a type/interface in the react codebase, defined in compiler/packages/react-mcp-server/src/types/algolia.ts.
Where is ContentType defined?
ContentType is defined in compiler/packages/react-mcp-server/src/types/algolia.ts at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free