Skip to content

Commit

Permalink
Integrate the updated sfAPI in to ezeepjs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-teman committed Feb 21, 2024
1 parent a6f73ed commit c18cbf5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/shared/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,16 @@ export interface Trays {
}

export interface PrinterConfig {
Preset?: {
Duplex?: string
Color?: string
Resolution?: string
Paper?: string
Tray?: string
},
Collate?: boolean
Color?: boolean
ColorSupported?: boolean
Driver?: string
DuplexMode?: number
DuplexSupported?: boolean
Expand All @@ -106,6 +114,7 @@ export interface PrinterConfig {
OrientationsSupportedId?: Array<number>
PaperFormats?: Array<PaperFormat>
Resolutions?: Array<string>
DefaultResolution?: string
TPUID?: number
Trays?: Array<Trays>
}
Expand Down

0 comments on commit c18cbf5

Please sign in to comment.