Home > @vsf-enterprise/sapcc > UpdateUserAddressProps

UpdateUserAddressProps interface

Properties for updating user address.

Signature:

export interface UpdateUserAddressProps 

Properties

Property Type Description
address Partial<Address> & Required<Pick<Address, 'id'>> Address fields to be updated. The id field is also required, even though it's not going to be updated.