/* tslint:disable:all */ /* tslint:disable:all */ export interface ErrorResponse { code: string; message: string; error: string; }