UNPKG
@composedb/devtools
Version:
latest (0.7.1)
next (0.8.0)
0.8.0
0.7.1
0.7.0
0.7.0-rc.3
0.7.0-rc.2
0.7.0-rc.1
0.7.0-rc.0
0.6.1
0.6.0
0.6.0-rc.1
0.6.0-rc.0
0.5.1
0.5.0
0.5.0-rc.3
0.5.0-rc.2
0.5.0-rc.1
0.5.0-rc.0
0.4.4
0.4.3
0.4.2
0.4.0
0.3.2-rc.0
0.3.1
0.3.0
0.3.0-rc.1
0.3.0-rc.0
0.2.2
0.2.1
0.2.0
0.1.0
Development tools for ComposeDB projects.
composedb.js.org
ceramicstudio/js-composedb
@composedb/devtools
/
dist
/
types.d.ts
4 lines
(3 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
import
type
{
JSON
Schema }
from
'@composedb/types'
;
export
type
ScalarSchema
=
JSON
Schema.
Boolean
|
JSON
Schema.
Integer
|
JSON
Schema.
Number
|
JSON
Schema.
String
;
export
type
AnySchema
=
ScalarSchema
|
JSON
Schema.
Array
|
JSON
Schema.
Object
;