"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_ROLE = void 0; exports.USER_ROLE = { USER: "USER", ADMIN: "ADMIN", }; //# sourceMappingURL=contract.js.map