zeed
Preparing search index...
SerializedType
Interface SerializedType
Plain JSON representation of a schema type
interface
SerializedType
{
args
?:
SerializedType
[]
;
default
?:
any
;
enumValues
?:
any
[]
;
info
?:
SerializedType
;
itemType
?:
SerializedType
;
literalValue
?:
any
;
meta
?:
TypeMeta
;
object
?:
Record
<
string
,
SerializedType
>
;
optional
?:
boolean
;
ret
?:
SerializedType
;
tupleTypes
?:
SerializedType
[]
;
type
:
string
;
union
?:
SerializedType
[]
;
}
Index
Properties
args?
default?
enum
Values?
info?
item
Type?
literal
Value?
meta?
object?
optional?
ret?
tuple
Types?
type
union?
Properties
Optional
args
args
?:
SerializedType
[]
Optional
default
default
?:
any
Optional
enum
Values
enumValues
?:
any
[]
Optional
info
info
?:
SerializedType
Optional
item
Type
itemType
?:
SerializedType
Optional
literal
Value
literalValue
?:
any
Optional
meta
meta
?:
TypeMeta
Optional
object
object
?:
Record
<
string
,
SerializedType
>
Optional
optional
optional
?:
boolean
Optional
ret
ret
?:
SerializedType
Optional
tuple
Types
tupleTypes
?:
SerializedType
[]
type
type
:
string
Optional
union
union
?:
SerializedType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
default
enum
Values
info
item
Type
literal
Value
meta
object
optional
ret
tuple
Types
type
union
zeed
Loading...
Plain JSON representation of a schema type