export interface ICapResponse { status: number; body: string; }