Skip to content

Commit

Permalink
Add fucntion to fetch available bundles in chrome API
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed May 17, 2024
1 parent 370516b commit 0bdc9ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ export interface ChromeAPI {
type: string;
payload: string;
};
getAvailableBundles: () => string[];
helpTopics: {
addHelpTopics: (topics: HelpTopic[], enabled?: boolean) => void;
enableTopics: (...topicsNames: EnableTopicsArgs) => Promise<HelpTopic[]>;
Expand Down

0 comments on commit 0bdc9ef

Please sign in to comment.