Implement OpenAPI configuration and fetching

This commit is contained in:
2025-01-25 10:28:15 +01:00
parent db63f46f5d
commit f5094cad60
24 changed files with 878 additions and 6 deletions

2
src/gen/model/models.ts Normal file
View File

@ -0,0 +1,2 @@
export * from './errorResponse';
export * from './helloResponse';