UNPKG

lightrail-client

Version:
10 lines (9 loc) 186 B
export interface Currency { code: string; name: string; symbol: string; decimalPlaces: number; createdBy: string; createdDate: string; updatedDate: string; }