UNPKG

@deltares/fews-pi-requests

Version:

Library for making requests to the FEWS PI webservice

7 lines (6 loc) 303 B
export interface PostUserSettingsFilter { /** @description Optional User id in case no authentication is used. If authentication is used, the userId of the authenticated user will be used */ userId?: string; /** @description topic id of the user settings json file */ topicId: string; }