All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
Oprava zobrazení názvu podniků Oprava datových typů Oprava opravy buildu
14 lines
301 B
TypeScript
14 lines
301 B
TypeScript
// import { defaultPlugins } from '@hey-api/openapi-ts';
|
|
|
|
export default {
|
|
input: 'api.yml',
|
|
output: 'gen',
|
|
plugins: [
|
|
// ...defaultPlugins,
|
|
// '@hey-api/client-fetch',
|
|
{
|
|
enums: 'javascript',
|
|
name: '@hey-api/typescript',
|
|
},
|
|
],
|
|
}; |