UNPKG

@bebapps/rapyd-sdk

Version:

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

7 lines (6 loc) 157 B
export interface RetrieveAddressRequest { /** * ID of the 'address' object. String starting with **address_**. */ address: `address_${string}`; };