UNPKG

@orbitdb/feed-db

Version:

Feed database type for orbit-db.

3 lines (2 loc) 106 B
export type DBElements = number | boolean | string | { [key: string]: DBElements } | Array<DBElements>;