Skip to content

Commit

Permalink
feat: add debugger API functions
Browse files Browse the repository at this point in the history
  • Loading branch information
apinkert committed Mar 21, 2023
1 parent 40eac2d commit 0f5dd7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export interface ChromeAPI {
isFedramp: boolean;
usePendoFeedback: () => void;
toggleFeedbackModal: (isOpen: boolean) => void;
toggleDebuggerModal: (isOpen: boolean) => void;
enableDebugging: () => void;
quickStarts: {
version: number;
set: (key: string, quickstarts: QuickStart[]) => void;
Expand Down

0 comments on commit 0f5dd7f

Please sign in to comment.