Skip to content

Commit

Permalink
feat(win32-def): update PRINTER_INFO_X with index sign
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 21, 2022
1 parent 84a439b commit 98419cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/win32-def/src/lib/struct/winspool.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export type LPPRINTER_DEFAULTS = _POINTER
*/
export interface PRINTER_INFO_X {
1: PRINTER_INFO_1
[key: number]: StructInstanceBase
}

/**
Expand Down

0 comments on commit 98419cd

Please sign in to comment.