type Amount = {
    value: number;
    currency: string;
};
export type { Amount };
