Skip to content

Commit

Permalink
fix: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Oct 19, 2021
1 parent 7e6e9e6 commit 80fe74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/autocomplete-core/src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ type AutocompleteMetadata = {
options: string[];
}>;
options: {
core: string[];
js: string[];
aa_core: string[];
aa_js: string[];
};
ua: UserAgent[];
};
Expand Down

0 comments on commit 80fe74c

Please sign in to comment.