- 로그인 화면 기능 로직 1차 구현 중
This commit is contained in:
5
src/data/response/account/CheckDuplicationResponse.ts
Normal file
5
src/data/response/account/CheckDuplicationResponse.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { BaseResponse } from "../BaseResponse";
|
||||
|
||||
export class CheckDuplicationResponse extends BaseResponse{
|
||||
isDuplicated!: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user