export interface IResponse { status: number json: { error: string } }