'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var JOB = exports.JOB = 'job';
var CATEGORY = exports.CATEGORY = 'category';
var LEAD = exports.LEAD = 'lead';
var STAFF = exports.STAFF = 'staff';
var CLIENT = exports.CLIENT = 'client';
var LIST = exports.LIST = 'list';