KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
LiteralType
Interface LiteralType
interface
LiteralType
{
type
:
"literal"
;
value
:
|
string
|
number
|
boolean
|
{
negative
:
boolean
;
value
:
string
}
|
null
;
}
Hierarchy (
View Summary
)
Type
S
<
LiteralType
,
"type"
|
"value"
>
LiteralType
Index
Properties
type
value
Properties
Readonly
type
type
:
"literal"
The type name identifier.
value
value
:
string
|
number
|
boolean
|
{
negative
:
boolean
;
value
:
string
}
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
type
value
Github
KC's Workspace
Loading...
The type name identifier.