/** * @hidden */ export interface HttpResponse { status: number; data: string | Record; headers?: Record; }