Uecko_ERP/apps/server/src/contexts/auth/presentation/dto/index.ts

4 lines
112 B
TypeScript
Raw Normal View History

2025-02-01 21:48:13 +00:00
export * from "./auth.request.dto";
export * from "./auth.response.dto";
export * from "./auth.validation.dto";