UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

6 lines (5 loc) 163 B
import type { Records } from "./records"; import type { TaskRun } from "./taskRun"; export interface TaskRunsResponse extends Records { taskRuns: TaskRun[]; }