Type alias RuntimeEventDTO

RuntimeEventDTO: {
    batchId: string;
    index: number;
    kind: Record<string, any>;
    timestamp: string;
}

Structure returned as data element of event stream.

Type declaration

  • batchId: string
  • index: number
  • kind: Record<string, any>
  • timestamp: string