Skip to content

Commit

Permalink
Merge pull request #2006 from karelhala/add-available-bundles
Browse files Browse the repository at this point in the history
Add fucntion to fetch available bundles in chrome API
  • Loading branch information
Hyperkid123 authored May 17, 2024
2 parents 370516b + 1028eb5 commit 5d7f02b
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: () => { id: string; title: string }[];
helpTopics: {
addHelpTopics: (topics: HelpTopic[], enabled?: boolean) => void;
enableTopics: (...topicsNames: EnableTopicsArgs) => Promise<HelpTopic[]>;
Expand Down

0 comments on commit 5d7f02b

Please sign in to comment.