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