Some checks failed
Test CI / build (push) Failing after 12s
- 로그인 화면 기능 로직 1차 구현 중
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import { BaseResponse } from "../BaseResponse";
|
|
|
|
export class CheckDuplicationResponse extends BaseResponse{
|
|
isDuplicated!: boolean;
|
|
} |