export interface RetrieveWalletContactRequest { /** * ID of the Rapyd Wallet that this contact is associated with. String starting with **ewallet_**. */ wallet: `ewallet_${string}`; /** * ID of the contact. String starting with the prefix **cont_**. */ contact: string; } //# sourceMappingURL=RetrieveWalletContactRequest.d.ts.map