Skip to content

Commit

Permalink
Merge pull request #1990 from Hyperkid123/PDF-function
Browse files Browse the repository at this point in the history
Add request PDF method to chrome API types
  • Loading branch information
Hyperkid123 authored Mar 28, 2024
2 parents 209826a + 8a217a1 commit db927ab
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 @@ -233,6 +233,7 @@ export interface ChromeAPI {
}) => T
) => T;
enablePackagesDebug: () => void;
requestPdf: (options: { service: string; template: string; filename?: string; [key: string]: any }) => Promise<void>;
}

declare global {
Expand Down

0 comments on commit db927ab

Please sign in to comment.