"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EXPORTABLE_CONTENT_TYPES = void 0;
const cms_1 = require("../../cms");
exports.EXPORTABLE_CONTENT_TYPES = [
...cms_1.BOTONIC_CONTENT_TYPES,
cms_1.ContentType.URL,
];