Type alias TaskOutcomeKpiWindowEntry

TaskOutcomeKpiWindowEntry: {
    status: "success" | "partial" | "failed";
    score: number;
    timestamp: number;
}

Type declaration

  • status: "success" | "partial" | "failed"
  • score: number
  • timestamp: number