Skip to content

Commit 30a9a57

Browse files
committed
Simplify unused types
1 parent bd5334d commit 30a9a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ type VueTestingLibraryRenderOptions = {
3434
/**
3535
* @deprecated Use `global.plugins` array instead.
3636
*/
37-
store: Record<string, any>
37+
store: any
3838
/**
3939
* @deprecated Use `global.plugins` array instead.
4040
*/
41-
routes?: Record<string, any>
41+
routes?: any
4242
container?: Element
4343
baseElement?: Element
4444
}

0 commit comments

Comments
 (0)