7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
|
|
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';
|