UNPKG

ngx-octoprint-api-types

Version:
8 lines (7 loc) 116 B
/** * Printer profile interface. */ export interface IPrinterProfile { id: string; name: string; }