import { DBSchema } from 'idb'; /** * https://github.com/jakearchibald/idb */ export interface StorageEntity extends DBSchema { root: { key: string; value: string; }; } //# sourceMappingURL=StorageEntity.d.ts.map