UNPKG

@davstack/openapi-react-query-codegen

Version:

OpenAPI React Query Codegen using --useOptions (fork from @7nohe/openapi-react-query-codegen)

7 lines (6 loc) 289 B
"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";