UNPKG

egnyte-resellers

Version:

Library for managing things against the undocumented egnyte resellers API.

12 lines (11 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Users = void 0; const base_1 = require("../base/base"); class Users extends base_1.Base { constructor(_config) { super(_config); } getStandardUsers() { } } exports.Users = Users;