export interface IWildduckApiGetWebhooksOptions { user: string; limit: number; page: number; next: string; previous: string; }