Interface PrintedPartViewExtended

Hierarchy

  • PrintedPartViewExtended

Properties

id: string
notes: null | string
printJob: {
    build: BuildView;
    createdAt: null | Date;
    endedAt: null | Date;
    id: string;
    queuedAt: null | Date;
    startedAt: null | Date;
    state: PrintJobState;
    updatedAt: null | Date;
}

Type declaration

  • build: BuildView
  • createdAt: null | Date
  • endedAt: null | Date
  • id: string
  • queuedAt: null | Date
  • startedAt: null | Date
  • state: PrintJobState
  • updatedAt: null | Date
printedAt: null | Date
updatedAt: null | Date

Generated using TypeDoc