UNPKG

@deltares/fews-ssd-requests

Version:

Library for making requests to the FEWS SSD webservice

6 lines (5 loc) 241 B
import { ActionRequest } from "../response/requests/actionRequest.js"; /** * Get the url to retrieve a SSD actions for a specific object on a specific panel */ export declare function getUrlForAction(actionRequest: ActionRequest): string;