We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc759f commit 2fbd2d8Copy full SHA for 2fbd2d8
src/index.js
@@ -20,6 +20,8 @@ const constants = require("./constants");
20
const { generateOutputFiles } = require("./output");
21
const formatFileContent = require("./formatFileContent");
22
23
+const { SCHEMA_TYPES } = constants;
24
+
25
module.exports = {
26
constants: constants,
27
generateApi: ({
0 commit comments