/** * @public */ export interface ErrorRequest { method: string; url: string; }