UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

22 lines (21 loc) 454 B
export interface IWildduckApiDeleteUserOptions { deleteAfter: Date; sess: string; ip: string; } export interface IWildduckApiRecoverInfoOptions { sess: string; ip: string; } export interface IWildduckApiGetUsersOptions { query: string; forward: string; tags: string; requiredTags: string; metaData: boolean; internalData: boolean; limit: number; page: number; next: string; previous: string; }