Skip to content

Commit

Permalink
Merge pull request #63 from ezeep/feature/integrate-updated-sfapi
Browse files Browse the repository at this point in the history
Integrate the updated sfAPI in to ezeep.js.
  • Loading branch information
tp-shery committed Feb 21, 2024
2 parents a6f73ed + c18cbf5 commit 6b287ed
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 6b287ed

Please sign in to comment.