UNPKG

rubic-sdk-next

Version:
7 lines (6 loc) 172 B
import { XyErrorCode } from '../constants/xy-error-code'; export interface XyQuoteErrorResponse { success: boolean; errorCode: XyErrorCode; errorMsg: string; }