Type alias Batch

Batch: {
    breadcrumb: any;
    entry?: any;
    input: any;
    output: any;
    result?: any;
    structure: any;
}

Type declaration

  • breadcrumb: any
  • Optional entry?: any
  • input: any
  • output: any
  • Optional result?: any
  • structure: any

Generated using TypeDoc