UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

7 lines (6 loc) 135 B
import { Chart } from './chart.js'; export interface Subplot { subPlotType?: string; axisLabel?: string; items: Chart[]; }