UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

14 lines (13 loc) 243 B
/** * ArchiveAttributesResponse PI_JSON */ export interface ArchiveAttributes { /** * ArchiveAttributes */ archiveAttributes: ArchiveAttribute[]; } export interface ArchiveAttribute { name: string; value: string; }