Skip to content

Commit d0ddc61

Browse files
Sergeithiagoelg
authored andcommitted
Fix missing options property on PrintFileOptions.
1 parent c5f75b7 commit d0ddc61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export interface PrintDirectOptions {
2222
export interface PrintFileOptions {
2323
filename: string;
2424
printer?: string | undefined;
25+
options?: { [key: string]: string } | undefined;
2526
success?: PrintOnSuccessFunction | undefined;
2627
error?: PrintOnErrorFunction | undefined;
2728
}

0 commit comments

Comments
 (0)