UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

7 lines (6 loc) 201 B
export interface ListContactsForARapydWalletRequest { /** * ID of the Rapyd Wallet that this contact is associated with. String starting with **ewallet_**. */ wallet: `ewallet_${string}`; };