Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.0
TypeDoc API
JSONOutput
TemplateLiteralType
Interface TemplateLiteralType
interface
TemplateLiteralType
{
head
:
string
;
tail
:
[
JSONOutput
.
SomeType
,
string
]
[]
;
type
:
"templateLiteral"
;
}
Hierarchy (
View Summary
)
JSONOutput
.
Type
S
<
Models
.
TemplateLiteralType
,
"type"
|
"head"
>
TemplateLiteralType
Index
Properties
head
tail
type
Properties
head
head
:
string
tail
tail
:
[
JSONOutput
.
SomeType
,
string
]
[]
Readonly
type
type
:
"templateLiteral"
The type name identifier.
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
head
tail
type
Docs
Example
GitHub
TypeDoc API - v0.27.0
Loading...