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