Documentation
Preparing search index...
typia
IMetadataSchema
IConstant
IBase
Interface IBase<Type>
Base interface for constant types.
interface
IBase
<
Type
extends
Literal
>
{
type
:
Type
;
values
:
IMetadataSchema
.
IConstant
.
IValue
<
Mapper
[
Type
]
>
[]
;
}
Type Parameters
Type
extends
Literal
Index
Properties
type
values
Properties
type
type
:
Type
Constant type kind.
values
values
:
IMetadataSchema
.
IConstant
.
IValue
<
Mapper
[
Type
]
>
[]
Literal values in the union.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
values
Documentation
Loading...
Base interface for constant types.