UNPKG

@anoki/fse-common

Version:

Common types for FSE

10 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LinkTypeEnum = void 0; var LinkTypeEnum; (function (LinkTypeEnum) { LinkTypeEnum["EXTERNAL"] = "external"; LinkTypeEnum["INTERNAL"] = "internal"; LinkTypeEnum["DOWNLOAD"] = "download"; })(LinkTypeEnum || (exports.LinkTypeEnum = LinkTypeEnum = {})); //# sourceMappingURL=link.js.map