UNPKG

@kintone/kintone-js-sdk

Version:

The SDK of kintone REST API client on node and browser

25 lines (20 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * kintone api - nodejs client * Member constants */ const constant = function () { return { USER: 'USER', // user GROUP: 'GROUP', // Group DEPARTMENT: 'ORGANIZATION' // Department }; }; var _default = constant(); exports.default = _default;