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