All files / app/address AddressType.ts

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 724x 24x 24x     24x  
enum AddressType {
    Billing = 'billing',
    Shipping = 'shipping',
}
 
export default AddressType;