@vulcan-sql/build
Version:
VulcanSQL package for building projects
8 lines • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SchemaReaderType = void 0;
var SchemaReaderType;
(function (SchemaReaderType) {
SchemaReaderType["LocalFile"] = "LocalFile";
})(SchemaReaderType = exports.SchemaReaderType || (exports.SchemaReaderType = {}));
//# sourceMappingURL=schemaParserOptions.js.map