UNPKG

@cbnsndwch/ghl-app-contracts

Version:

Data contracts for GHL Marketplace apps

15 lines 450 B
/** * The types of end-users the GHL platform supports. */ export 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 || (UserType = {})); //# sourceMappingURL=user-type.enum.js.map