UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

8 lines (7 loc) 153 B
export interface IWildduckApiGetDomainAliasesOptions { query: string; limit: number; page: number; next: number; previous: number; }