UNPKG
cryptobox-hd
Version:
latest (1.0.1)
1.0.1
1.0.0
High-level API with persistent storage for Proteus-HD.
ceoimon/cryptobox-hd
cryptobox-hd
/
src
/
main
/
ts
/
store
/
PersistedRecord.ts
9 lines
(7 loc)
•
137 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
interface
PersistedRecord
{
created
:
number
;
id
:
string
;
serialised
:
string
;
version
:
string
; }
export
default
PersistedRecord
;