Skip to content

Commit

Permalink
fix: stackIds number[] 타입으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyosin-Jang committed Apr 25, 2024
1 parent a8f81a0 commit 7671b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/study.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface Recruitments {

export interface RecruitmentForm {
title: string;
stackIds: Stack[];
stackIds: number[]
positionIds: PositionId[];
applicantCount: number;
recruitmentEndDateTime: string;
Expand Down

0 comments on commit 7671b5f

Please sign in to comment.