import { Currency } from "./model"; export type SettlementCurrency = { receiving_address: string; } & Currency;