UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

9 lines 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmploymentType = void 0; var EmploymentType; (function (EmploymentType) { EmploymentType[EmploymentType["EMPLOYEE"] = 'EMPLOYEE'] = "EMPLOYEE"; EmploymentType[EmploymentType["CONTRACTOR"] = 'CONTRACTOR'] = "CONTRACTOR"; })(EmploymentType || (exports.EmploymentType = EmploymentType = {})); //# sourceMappingURL=employmentType.js.map