hetznercloud/ts_openapi/api.ts

4 lines
102 B
TypeScript
Raw Normal View History

2024-01-29 12:55:55 +00:00
// This is the entrypoint for the package
export * from './api/apis';
export * from './model/models';