export type CashFoundType = {
  id: string,
  currencyCode: string,
  value: number,
  handling: string,
}