UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

8 lines (7 loc) 147 B
export interface IWildduckApiGetWebhooksOptions { user: string; limit: number; page: number; next: string; previous: string; }