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
/
interfaces
/
printer
/
printer-profile.interface.d.ts
8 lines
(7 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Printer profile interface. */
export
interface
IPrinterProfile
{ id:
string
; name:
string
; }