Skip to content

Commit 0d978bf

Browse files
danielsoglmhartington
authored andcommitted
feat(storage): added config options
Fixes #110
1 parent 7b5fb01 commit 0d978bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/storage.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,10 @@ export function getDefaultConfig() {
237237
/** @hidden */
238238
export interface StorageConfig {
239239
name?: string;
240+
version?: number;
241+
size?: number;
240242
storeName?: string;
243+
description?: string;
241244
driverOrder?: string[];
242245
}
243246

0 commit comments

Comments
 (0)