UNPKG

rubic-sdk

Version:
11 lines (10 loc) 197 B
export interface OpenoceanSwapQuoteResponse { code: number; data: { data: string; outAmount: string; value: string; to: string; }; error?: string; }