Skip to content

Commit

Permalink
test: remove unnecessary "any"
Browse files Browse the repository at this point in the history
  • Loading branch information
albertjcuac committed Aug 14, 2024
1 parent d51da97 commit 7f5a5e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ interface BaseSuggestionsOptions {
*/
interface BaseSuggestionsAPI {
/** The wrapper for base suggestions component. */
wrapper: VueWrapper<any>;
wrapper: VueWrapper;
/** The wrapper container for the mounted component. */
wrapperContainer: VueWrapper<any>;
wrapperContainer: VueWrapper;
/** The rendered suggestions. */
suggestions: Suggestion[];
/** The wrappers of the rendered suggestions. */
Expand Down

0 comments on commit 7f5a5e3

Please sign in to comment.