Skip to content

Commit

Permalink
fix :: type채킹
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Apr 5, 2024
1 parent cd72fb8 commit 1d2da31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/recruitments/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1d2da31

Please sign in to comment.