@botonic/plugin-flow-builder
Version:
Use Flow Builder to show your contents
9 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RatingType = void 0;
var RatingType;
(function (RatingType) {
RatingType["Stars"] = "stars";
RatingType["Smileys"] = "smileys";
})(RatingType = exports.RatingType || (exports.RatingType = {}));
//# sourceMappingURL=rating.js.map