issue # 회원가입 로직 구현 완료
This commit is contained in:
5
src/modules/account/dto/login/login-response.dto.ts
Normal file
5
src/modules/account/dto/login/login-response.dto.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class LoginResponseDto {
|
||||
success: boolean;
|
||||
message?: string;
|
||||
error?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user