@quack-protocol/sdk - v0.1.0
GitHub
npm
Preparing search index...
index
UnboundTypeInfo
Interface UnboundTypeInfo
UNBOUND type metadata.
interface
UnboundTypeInfo
{
alias
?:
string
;
catalog
?:
string
;
name
?:
string
;
schema
?:
string
;
type
:
UNBOUND
;
}
Hierarchy
BaseExtraTypeInfo
UnboundTypeInfo
Index
Properties
alias?
catalog?
name?
schema?
type
Properties
Optional
alias
alias
?:
string
Optional
catalog
catalog
?:
string
Optional catalog name.
Optional
name
name
?:
string
Unbound type name.
Optional
schema
schema
?:
string
Optional schema name.
type
type
:
UNBOUND
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
catalog
name
schema
type
GitHub
npm
@quack-protocol/sdk - v0.1.0
Loading...
UNBOUND type metadata.