Source: base/ChallengeType.js

/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */


/**
* @memberof base
* @enum {string}
*/
ChallengeType = {
  DUPLICATE_CHALLENGE : "DUPLICATE_CHALLENGE",
  OFFLINE_CHALLENGE : "OFFLINE_CHALLENGE"
};


//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = ChallengeType;
}