type TopUp = {
    account: string;
};
export type { TopUp };
