Skip to content

Commit 607818e

Browse files
fix: including additionalData param
1 parent 0577837 commit 607818e

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)