UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

10 lines (9 loc) 191 B
export interface IWildduckApiGetSettingOptions { sess: string; ip: string; } export interface IWildduckApiGetSettingsOptions { filter: string; sess: string; ip: string; }