Files
ihk-projekt/Smartes-Klassenzimmer-Backend/src/auth/dto/index.ts
2025-12-10 20:20:39 +01:00

4 lines
137 B
TypeScript

export * from './login.dto';
export * from './register.dto';
export * from './forgot-password.dto';
export * from './reset-password.dto';