interface SysUserEntity { root: { indexes: { by-wallet: string; }; key: string; value: SysUserItem; }; } Properties
root
root: { indexes: { by-wallet: string; }; key: string; value: SysUserItem; } Type declaration
indexes: {
by-wallet: string;
}
key: string
Remarks
IndexedDB, but with promises: https://github.com/jakearchibald/idb