Skip to content

Commit

Permalink
chore: export options
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 14, 2021
1 parent 6aa50db commit 00dbf60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/interface-blockstore/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ import {
KeyQueryFilter as StoreKeyQueryFilter,
KeyQueryOrder as StoreKeyQueryOrder,
KeyQuery as StoreKeyQuery,
Options as StoreOptions,
Store
} from 'interface-store'
import {
CID
} from 'multiformats'

export interface Options extends StoreOptions{

}

export interface Pair extends StorePair<CID, Uint8Array> {

}
Expand Down

0 comments on commit 00dbf60

Please sign in to comment.