Files
backend/src/auth/dto/index.ts

7 lines
210 B
TypeScript
Raw Normal View History

export * from './register.dto';
export * from './login.dto';
export * from './social-auth.dto';
export * from './forgot-password.dto';
export * from './reset-password.dto';
export * from './refresh-token.dto';