UNPKG

@cbnsndwch/ghl-app-contracts

Version:
18 lines 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserType = void 0; /** * The types of end-users the GHL platform supports. */ var UserType; (function (UserType) { /** * An agency-level user. Can access all locations as well as the agency area. */ UserType["AGENCY"] = "agency"; /** * A location-level user. Can only access the locations they are assigned to. */ UserType["LOCATION"] = "location"; })(UserType || (exports.UserType = UserType = {})); //# sourceMappingURL=user-type.enum.js.map