Skip to content

Commit

Permalink
feat(storage): added config options
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl committed May 27, 2017
1 parent 0fb2b07 commit b06990d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ export function getDefaultConfig() {
/** @hidden */
export interface StorageConfig {
name?: string;
version?: number;
size?: number;
storeName?: string;
description?: string;
driverOrder?: string[];
};

Expand Down

0 comments on commit b06990d

Please sign in to comment.