export interface IResult { statusCode: number path: string length: number location: string error?: string }