UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

14 lines (13 loc) 257 B
export declare class Rate { batchId?: string; _id: string; value: string; basePair: string; timestamp: number; source: string; } export declare class RateBatchDto { basePair: string; currency: string; batchId?: string; }