export interface RetrieveWalletRequest { /** * ID of the Rapyd Wallet. String starting with **ewallet_** */ wallet: `ewallet_${string}`; } //# sourceMappingURL=RetrieveWalletRequest.d.ts.map