-
-
Notifications
You must be signed in to change notification settings - Fork 639
Casing of Types is overwritten when using --root-types #2402
Copy link
Copy link
Closed
Labels
PRs welcomePRs are welcome to solve this issue!PRs are welcome to solve this issue!bugSomething isn't workingSomething isn't workinggood first issueStraightforward problem, solvable for first-time contributors without deep knowledge of the projectStraightforward problem, solvable for first-time contributors without deep knowledge of the projectopenapi-tsRelevant to the openapi-typescript libraryRelevant to the openapi-typescript library
Metadata
Metadata
Assignees
Labels
PRs welcomePRs are welcome to solve this issue!PRs are welcome to solve this issue!bugSomething isn't workingSomething isn't workinggood first issueStraightforward problem, solvable for first-time contributors without deep knowledge of the projectStraightforward problem, solvable for first-time contributors without deep knowledge of the projectopenapi-tsRelevant to the openapi-typescript libraryRelevant to the openapi-typescript library
openapi-typescript version
7.9.0
Node.js version
22.15
OS + version
Windows 11 Enterprise 23H2
Description
Inside the Interface, these types are correctly named, but the export types change DTO to Dto
Reproduction
This can be easily reproduced by using a mix of naming conventions
Expected result
I want the generated types to exactly match the names of the generated interface keys
Required
npx @redocly/cli@latest lint)Extra