UNPKG
@orbitdb/feed-db
Version:
latest (1.3.0)
next (1.1.1-cf68a46.0)
1.3.0
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.1-cf68a46.0
1.1.0
1.0.1
1.0.1-9e47a94.0
1.0.0
Feed database type for orbit-db.
@orbitdb/feed-db
/
src
/
types.ts
7 lines
(6 loc)
•
116 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
type
DBElements
= |
number
|
boolean
|
string
| { [
key
:
string
]:
DBElements
} |
Array
<
DBElements
>;