Alokai

ShippingAddress

type ShippingAddress = {
  isDefault?: boolean;
} & Address;

Referenced Types

On this page