UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

8 lines (7 loc) 168 B
import { Subplot } from './subplot'; export interface TimeSeriesDisplay { title?: string; location?: string; locationId?: string; subplot: Subplot[]; }