Skip to content

Commit

Permalink
fix: add support for arrays with infinite depth (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo authored and cazala committed Feb 11, 2019
1 parent f50cc0e commit d4089e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/storage/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Migrations } from '../../lib/types'

export interface StorageMiddleware<T> {
storageKey: string
paths?: string[] | string[][]
paths?: (string | string[])[]
actions?: string[]
migrations?: Migrations<T>
}

0 comments on commit d4089e3

Please sign in to comment.