UNPKG

gridsome-source-confluence

Version:
18 lines (17 loc) 546 B
"use strict"; 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 = {}));