/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
/**
* @memberof employees
* @enum {string}
*/
EmployeeCardStatus = {
ACTIVE : "ACTIVE",
DISABLED : "DISABLED"
};
//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = EmployeeCardStatus;
}