cecon-interfaces
Version:
Interfaces de Projetos Cecon
12 lines (11 loc) • 521 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserReportEvidencesType = void 0;
var UserReportEvidencesType;
(function (UserReportEvidencesType) {
UserReportEvidencesType["IMAGE"] = "image";
UserReportEvidencesType["VIDEO"] = "video";
UserReportEvidencesType["AUDIO"] = "audio";
UserReportEvidencesType["TEXT"] = "text";
UserReportEvidencesType["OTHER"] = "other";
})(UserReportEvidencesType || (exports.UserReportEvidencesType = UserReportEvidencesType = {}));