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