UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

8 lines (7 loc) 206 B
import type { BaseFilter } from "./baseFilter"; export interface MicroFrontEndsFilter extends BaseFilter { /** * the id of the micro front end configuration */ microFrontEndId?: string; }