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

6
src/gen/index.ts Normal file
View File

@ -0,0 +1,6 @@
export * from './api/api';
export * from './model/models';
export * from './variables';
export * from './configuration';
export * from './api.module';
export * from './param';