Skip to content

Commit ff65141

Browse files
authored
Merge pull request #2201 from RedHatInsights/pdf-additional-params
fix(pdf): including additionalData param
2 parents 0577837 + 607818e commit ff65141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export declare type PDFRequestPayload = {
2626
module: string;
2727
importName?: string;
2828
fetchDataParams?: Record<string, any>;
29+
additionalData?: Record<string, any>;
2930
};
3031

3132
export declare type PDFRequestOptions = {

0 commit comments

Comments
 (0)