UNPKG
ngx-octoprint-api-types
Version:
latest (0.0.1)
0.0.1
Octoprint API wrapper for angular
github.com/avmaisak/ngx-octoprint
avmaisak/ngx-octoprint
ngx-octoprint-api-types
/
lib
/
enums
/
printer-state.enum.d.ts
8 lines
(7 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * A textual representation of the current state of the printer, e.g. Operational" or Printing" */
export
declare
enum
PrinterState
{ Operational =
"Operational"
, Printing =
"Printing"
}