Skip to content

Commit

Permalink
fix(types): add missing JSONValue import (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisiadito authored and Pooya Parsa committed Apr 28, 2019
1 parent a39ae67 commit 60e3370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Vue from 'vue'
import { ResponsePromise, Options, BeforeRequestHook, AfterResponseHook, HTTPError } from 'ky'
import { ResponsePromise, Options, BeforeRequestHook, AfterResponseHook, HTTPError, JSONValue } from 'ky'
import './vuex'

type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
Expand Down

0 comments on commit 60e3370

Please sign in to comment.