KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
InferredType
Interface InferredType
interface
InferredType
{
constraint
?:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
;
name
:
string
;
type
:
"inferred"
;
}
Hierarchy (
View Summary
)
Type
S
<
InferredType
,
"type"
|
"name"
|
"constraint"
>
InferredType
Index
Properties
constraint?
name
type
Properties
Optional
constraint
constraint
?:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
name
name
:
string
Readonly
type
type
:
"inferred"
The type name identifier.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
constraint
name
type
Github
KC's Workspace
Loading...
The type name identifier.