UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

9 lines (8 loc) 171 B
export interface IWildduckApiGetTLSCertsOptions { query: string; altNames: boolean; limit: number; page: number; next: string; previous: string; }