UNPKG

shrimpy-node-temp

Version:
12 lines (10 loc) 219 B
export interface ITradeDto { id: string; fromSymbol: string; toSymbol: string; amount: string; status: string; success: boolean; errorCode: number; errorMessage: string; }