import { RubicApiErrorDto } from './rubic-api-error';
export interface SwapErrorResponseInterface {
    error: RubicApiErrorDto;
    id: string;
}
