UNPKG

sql-source-control-follow

Version:

Simple CLI for getting SQL into source control systems.

12 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Connection path choices. */ var PathChoices; (function (PathChoices) { PathChoices[PathChoices["SscConfig"] = 0] = "SscConfig"; PathChoices[PathChoices["ConnsConfig"] = 1] = "ConnsConfig"; PathChoices[PathChoices["WebConfig"] = 2] = "WebConfig"; })(PathChoices = exports.PathChoices || (exports.PathChoices = {})); //# sourceMappingURL=eums.js.map