Type alias workflowObj

workflowObj: {
    _id: string;
    createdAt: Date;
    name: string;
    status: string;
    updatedAt: Date;
}

Type declaration

  • _id: string
  • createdAt: Date
  • name: string
  • status: string
  • updatedAt: Date

Generated using TypeDoc