Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
SentinelTypeNode
Interface SentinelTypeNode<TType, TSentinel>
interface
SentinelTypeNode
<
TType
extends
TypeNode
=
TypeNode
,
TSentinel
extends
ConstantValueNode
=
ConstantValueNode
,
>
{
kind
:
"sentinelTypeNode"
;
sentinel
:
TSentinel
;
type
:
TType
;
}
Type Parameters
TType
extends
TypeNode
=
TypeNode
TSentinel
extends
ConstantValueNode
=
ConstantValueNode
Index
Properties
kind
sentinel
type
Properties
Readonly
kind
kind
:
"sentinelTypeNode"
Readonly
sentinel
sentinel
:
TSentinel
Readonly
type
type
:
TType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
sentinel
type
Coda by Ian Macalinao
Loading...