Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
lib/markets
Definitions
UnionTypeExtensionNode
Interface UnionTypeExtensionNode
interface
UnionTypeExtensionNode
{
directives
?:
readonly
ConstDirectiveNode
[]
;
kind
:
UNION_TYPE_EXTENSION
;
loc
?:
Location
;
name
:
NameNode
;
types
?:
readonly
NamedTypeNode
[]
;
}
Index
Properties
directives?
kind
loc?
name
types?
Properties
Optional
Readonly
directives
directives
?:
readonly
ConstDirectiveNode
[]
Readonly
kind
kind
:
UNION_TYPE_EXTENSION
Optional
Readonly
loc
loc
?:
Location
Readonly
name
name
:
NameNode
Optional
Readonly
types
types
?:
readonly
NamedTypeNode
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
directives
kind
loc
name
types
@perennial/sdk
Loading...