Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.0
TypeDoc API
JSONOutput
InferredType
Interface InferredType
interface
InferredType
{
name
:
string
;
type
:
"inferred"
;
constraint
?:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
;
}
Hierarchy (
View Summary
)
JSONOutput
.
Type
S
<
Models
.
InferredType
,
"type"
|
"name"
|
"constraint"
>
InferredType
Index
Properties
name
type
constraint?
Properties
name
name
:
string
Readonly
type
type
:
"inferred"
The type name identifier.
Optional
constraint
constraint
?:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
name
type
constraint
Docs
Example
GitHub
TypeDoc API - v0.27.0
Loading...