graycoreio/daffodil

View on GitHub
libs/customer/driver/magento/src/models/gender.enum.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum MagentoCustomerGender {
  MALE = 1,
  FEMALE = 2
}