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
/
login
/
index.d.ts
3 lines
(2 loc)
•
89 B
TypeScript
View Raw
1
2
3
export
*
from
'./login.request.interface'
;
export
*
from
'./login.response.interface'
;