UNPKG

cryptobox-hd

Version:

High-level API with persistent storage for Proteus-HD.

9 lines (7 loc) 137 B
interface PersistedRecord { created: number; id: string; serialised: string; version: string; } export default PersistedRecord;