UNPKG

@marxlnfcs/wildduck-api

Version:

Provides a client to interact with the wildduck api

6 lines (5 loc) 96 B
export interface IWildduckHttpError { code: string; error: string; details?: any; }