export default interface Money { value: number currency?: string }