Skip to content

Commit

Permalink
Merge branch 'master' into eslint-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 authored Mar 28, 2024
2 parents e17be92 + 686b189 commit f975974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redhat-cloud-services/types",
"description": "TypeScript definitions for @redhat-cloud-services common typings",
"version": "1.0.6",
"version": "1.0.7",
"main": "",
"types": "index.d.ts",
"publishConfig": {
Expand Down

0 comments on commit f975974

Please sign in to comment.