AutocompletePrimitiveBaseType Type — fastify Architecture
Architecture documentation for the AutocompletePrimitiveBaseType type/interface in utils.d.ts from the fastify codebase.
Entity Profile
Dependency Diagram
graph TD 9955e157_9423_d50d_44a1_81679955fd70["AutocompletePrimitiveBaseType"] c3fb9a58_7985_6ffb_4306_4966379f0098["utils.d.ts"] 9955e157_9423_d50d_44a1_81679955fd70 -->|defined in| c3fb9a58_7985_6ffb_4306_4966379f0098 style 9955e157_9423_d50d_44a1_81679955fd70 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/utils.d.ts lines 5–9
type AutocompletePrimitiveBaseType<T> =
T extends string ? string :
T extends number ? number :
T extends boolean ? boolean :
never
Defined In
Source
Frequently Asked Questions
What is the AutocompletePrimitiveBaseType type?
AutocompletePrimitiveBaseType is a type/interface in the fastify codebase, defined in types/utils.d.ts.
Where is AutocompletePrimitiveBaseType defined?
AutocompletePrimitiveBaseType is defined in types/utils.d.ts at line 5.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free