UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

11 lines (10 loc) 235 B
export interface IWildduckApiCreateExportOptions { users?: string[]; tags?: string[]; } export interface IWildduckApiCreateImportResponse { entries: number; imported: number; failed: number; existing: number; }