module.exports = { "magamochi-file": { input: { target: "http://localhost:8080/api-docs", }, output: { target: "api/mangamochi.ts", client: "react-query", httpClient: "axios", urlEncodeParameters: true, override: { mutator: { path: "api/api.ts", name: "customInstance", }, }, }, }, };