openapi-fastify
Preparing search index...
FromSpec
Refs
Type Alias Refs<T>
Refs
:
T
extends
{
components
:
infer
Components
}
?
{
[
Section
in
keyof
Components
]
:
Section
extends
string
?
{
[
K
in
keyof
Components
[
Section
]
]
:
`
#/components/
${
Section
}
/
${
string
&
K
}
`
}
[
keyof
Components
[
Section
]
]
:
never
}
[
keyof
Components
]
:
never
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
openapi-fastify
Loading...