"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.requestsOutputPath = exports.queriesOutputPath = exports.defaultOutputPath = void 0;
exports.defaultOutputPath = "openapi";
exports.queriesOutputPath = "queries";
exports.requestsOutputPath = "requests";