export type Refund = {
    type: 'DNS.ton' | 'DNS.tg' | 'GetGems';
    origin: string;
};
