export interface Currency { Name?: string; Description?: string; Symbol?: string; }