exportinterfaceRetrieveWalletContactRequest {
/**
* 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;
};