export type RedeemResponseDto = { message: string; senderId: string; tokenId: string; amount: string; nonce: string; txId: string; };