123456789101112131415161718192021222324 |
- {
- "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
- "spaces": 2,
- "generator-cli": {
- "version": "5.3.0",
- "generators": {
- "fetch": {
- "generatorName": "typescript-fetch",
- "output": "src/generated-sources",
- "glob": "../kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml",
- "additionalProperties": {
- "enumPropertyNaming": "UPPERCASE",
- "typescriptThreePlus": true,
- "supportsES6": true,
- "nullSafeAdditionalProps": true,
- "withInterfaces": true
- },
- "typeMappings": {
- "object": "any"
- }
- }
- }
- }
- }
|