UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

10 lines (9 loc) 286 B
export interface TaskRunStatusResponse { version: string; code: "I" | "P" | "T" | "R" | "F" | "C" | "D" | "A" | "B" | "null" | null; description: string; /** * Since 2024.01. the taskrun id for this task run. null if not available */ taskRunId?: string; }