useCustomerType: {
    customerType: CustomerType;
    isGuest: boolean;
    isRegistered: boolean;
}

Type declaration

  • customerType: CustomerType
  • isGuest: boolean
  • isRegistered: boolean