export interface IWildduckApiGetTLSCertsOptions { query: string; altNames: boolean; limit: number; page: number; next: string; previous: string; }