export interface IWildduckHttpError { code: string; error: string; details?: any; }