Files
openapi-clean-arch-gen/src/types/index.ts

9 lines
244 B
TypeScript

/**
* @module types
* @description Barrel that re-exports all shared types and interfaces for the project.
*/
export * from './cli.types';
export * from './swagger.types';
export * from './openapi.types';
export * from './generation.types';