Type alias IPrintJobService

IPrintJobService: IAppRemoteService<IPrintJob> & {
    autoquery(builder) => Promise<QueryResponse<IPrintJob>>;
    replacePrinter(printJob, printer) => IPrintJob;
}

Type declaration

Generated using TypeDoc