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
/
common
/
index.d.ts
10 lines
(9 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
*
from
'./dimensions'
;
export
*
from
'./filament'
;
export
*
from
'./file'
;
export
*
from
'./gcode'
;
export
*
from
'./job'
;
export
*
from
'./printer'
;
export
*
from
'./printingArea'
;
export
*
from
'./reference'
;
export
*
from
'./temperature'
;