UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

8 lines (7 loc) 156 B
export interface ForecasterNoteKey { id: number; taskRunId: string; } export interface ForecasterNoteKeysRequest { logs: ForecasterNoteKey[]; }