export interface RetrieveAddressRequest { /** * ID of the 'address' object. String starting with **address_**. */ address: `address_${string}`; } //# sourceMappingURL=RetrieveAddressRequest.d.ts.map