UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 307 B
"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 = {}));