gridsome-source-confluence
Version:
Confluence source for Gridsome
18 lines (17 loc) • 546 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpacesType = void 0;
var SpacesType;
(function (SpacesType) {
SpacesType["PERSONAL"] = "personal";
SpacesType["GLOBAL"] = "global";
})(SpacesType = exports.SpacesType || (exports.SpacesType = {}));
var Status;
(function (Status) {
Status["CURRENT"] = "current";
})(Status || (Status = {}));
var ContentType;
(function (ContentType) {
ContentType["PAGE"] = "page";
ContentType["BLOGPOST"] = "blogpost";
})(ContentType || (ContentType = {}));