import { PrintJob, PrinterStatus } from "../type/print.type"; export type PrintState = { printerStatus: PrinterStatus; queue: PrintJob[]; };