"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EAppHeaderType = void 0;
var EAppHeaderType;
(function (EAppHeaderType) {
EAppHeaderType["VIDEO"] = "VIDEO";
EAppHeaderType["IMAGE"] = "IMAGE";
})(EAppHeaderType || (exports.EAppHeaderType = EAppHeaderType = {}));