openapi-ts
                                
                                
                                
                                    openapi-ts copied to clipboard
                            
                            
                            
                        Request support multiple schemas
Description
Like this:
export default [
{
  input: 'https://get.heyapi.dev/hey-api/backend',
  output: 'src/client',
  plugins: ['@hey-api/client-fetch'],
},
{
  input: 'https://get.heyapi.dev/hey-api/backend2',
  output:'src/client2',
  plugins: ['@hey-api/client-fetch'],
}
];