/** * @name AddressUse * @description The use of an address. * @description home | work | temp | old | billing * @see AddressUse * @version R4 * @author Roberto Araneda Espinoza */ export type AddressUseType = 'home' | 'work' | 'temp' | 'old' | 'billing';