Skip to content

Commit cde31bc

Browse files
committed
refactor: applicants 타입에서 confirmedTime 및 interviewInfo 필드 제거
1 parent 6539b1e commit cde31bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/mocks/repositories/applicant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { DetailApplication } from '@/pages/admin/ApplicationDetail/types/detailApplication';
22
import type { ApplicantData } from '@/pages/admin/Dashboard/types/dashboard';
33

4-
const applicants: ApplicantData[] = [
4+
const applicants: Omit<ApplicantData, 'confirmedTime' | 'interviewInfo'>[] = [
55
{
66
applicantId: 1,
77
name: '김동글',

0 commit comments

Comments
 (0)