import { ApiError } from './apiError';
export interface TypeError extends ApiError {
}
