Skip to content

Commit

Permalink
fix: updated iso-kv types
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 4, 2024
1 parent 15c1791 commit 6689622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/iso-web/src/doh/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Options } from 'p-retry'
import type { Kv } from 'iso-kv'
import type { IKV } from 'iso-kv'

export type RecordType =
| 'A'
Expand Down Expand Up @@ -45,7 +45,7 @@ export interface ResolveOptions {
*/
retry?: Options

cache?: Kv
cache?: IKV
}

export interface Answer {
Expand Down

0 comments on commit 6689622

Please sign in to comment.