Skip to content

Commit

Permalink
fix(types): fix typings for vuex
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoPedroAS51 committed Jun 8, 2020
1 parent 81d4006 commit eba51b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ declare module 'vue/types/options' {

declare module 'vuex/types/index' {
interface Store<S> {
$auth: any;
$auth: Auth;
}
}

0 comments on commit eba51b3

Please sign in to comment.