UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

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