UNPKG

ngx-octoprint-api-types

Version:
8 lines (7 loc) 207 B
/** * A textual representation of the current state of the printer, e.g. Operational" or Printing" */ export declare enum PrinterState { Operational = "Operational", Printing = "Printing" }