export interface IWebClientOptions { method: string; url: string; headers?: any; body?: any; formData?: any; }