정건우

Results 3 comments of 정건우

#1278 This PR is solution of this error. ```ts // redux-persist.d.ts declare module 'redux-persist/es/persistStore' { import { Store, Action, AnyAction } from 'redux'; import { PersistorOptions, Persistor } from 'redux-persist/es/types';...

@melloware I am using the following configuration in my project: ```cjs module.exports = { petstore: { output: { mode: 'tags-split', target: 'src/gen/endpoints', schemas: 'src/model', client: 'react-query', mock: true, override: {...

@melloware When running the command `npx orval --config ./orval.config.cjs` with the configuration below, the Zod schema for validating response values from GET methods is not being generated. Instead, only the...