Skip to content

Commit

Permalink
build types
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolie Rabideau authored and Jolie Rabideau committed Dec 5, 2024
1 parent 2cf64ec commit 2b5871a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/papi-dts/papi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,8 @@ declare module 'papi-shared-types' {
'platform.restart': () => Promise<void>;
/** @deprecated 3 December 2024. Renamed to `platform.openSettings` */
'platform.openProjectSettings': (webViewId: string) => Promise<void>;
/** @deprecated 3 December 2024. Renamed to `platform.openSettings` */
'platform.openUserSettings': () => Promise<void>;
'platform.openSettings': (webViewId?: WebViewId) => Promise<void>;
'test.addMany': (...nums: number[]) => number;
'test.throwErrorExtensionHost': (message: string) => void;
Expand Down

0 comments on commit 2b5871a

Please sign in to comment.