UNPKG

745 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var StoplightConfigError;
4(function (StoplightConfigError) {
5 StoplightConfigError["Syntax"] = "syntax";
6 StoplightConfigError["Validation"] = "validation";
7 StoplightConfigError["IO"] = "io";
8})(StoplightConfigError = exports.StoplightConfigError || (exports.StoplightConfigError = {}));
9var StoplightKnownPath;
10(function (StoplightKnownPath) {
11 StoplightKnownPath["OAS"] = "openapi";
12 StoplightKnownPath["Json_Schema"] = "json_schema";
13 StoplightKnownPath["Image"] = "image";
14 StoplightKnownPath["Markdown"] = "markdown";
15})(StoplightKnownPath = exports.StoplightKnownPath || (exports.StoplightKnownPath = {}));
16//# sourceMappingURL=types.js.map
\No newline at end of file