UNPKG

rubic-sdk

Version:
17 lines (16 loc) 312 B
export interface ChangellyLimitError { code: number; message: string; data: { limits: { max: { from: string; to: string; }; min: { from: string; to: string; }; }; }; }