diff --git a/src/apis/recruitments/type.ts b/src/apis/recruitments/type.ts index bb097d4..78858e6 100644 --- a/src/apis/recruitments/type.ts +++ b/src/apis/recruitments/type.ts @@ -19,10 +19,10 @@ export interface RecruitmentsDetailType extends RecruitmentsDetailTable { company_profile_url: string; company_name: string; bookmarked: boolean; + recruitment_id: number; } export interface RecruitmentsDetailTable { - recruitment_id: number; areas: AreasType[]; required_grade: number | null; working_hours: string;