exporttypeAddressUpdate = {
/**
* The name of the address
*/name?: string;
/**
* The smartlocks for this address
*/smartlockIds?: Array<number>;
/**
* The optional settings
*/settings?: Record<string, any>;
};
//# sourceMappingURL=AddressUpdate.d.ts.map