Skip to content

Commit eba51b3

Browse files
committed
fix(types): fix typings for vuex
1 parent 81d4006 commit eba51b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ declare module 'vue/types/options' {
6363

6464
declare module 'vuex/types/index' {
6565
interface Store<S> {
66-
$auth: any;
66+
$auth: Auth;
6767
}
6868
}

0 commit comments

Comments
 (0)