Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.0
TypeDoc API
JSONOutput
ModelToObject
Type Alias ModelToObject<T>
ModelToObject
:
[
T
]
extends
[
(
infer
U
)
[]
]
?
ModelToObject
<
U
>
[]
:
[
Models
.
SomeType
]
extends
[
T
]
?
JSONOutput
.
SomeType
:
_ModelToObject
<
T
>
Describes the mapping from Model types to the corresponding JSON output type.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
Docs
Example
GitHub
TypeDoc API - v0.27.0
Loading...
Describes the mapping from Model types to the corresponding JSON output type.