Source: printer/PrinterType.js

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


/**
* @memberof printer
* @enum {string}
*/
PrinterType = {
  NETWORK : "NETWORK",
  MY_LOCAL : "MY_LOCAL"
};


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