UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

9 lines (8 loc) 227 B
/** * Interface for the response when retrieving an action for an SVG element */ import { SsdActionsResponse } from "./ssdActionResponse.js"; export interface ElementAction { id: string; action: SsdActionsResponse; }