Skip to content

Commit

Permalink
feat: StoryDTO에 에픽 아이디 타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
surinkwon committed Jul 7, 2024
1 parent 3774bb5 commit 99f4eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/types/DTO/backlogDTO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface StoryDTO {
point: number | null;
status: BacklogStatusType;
taskList: TaskDTO[];
epicId: number;
}

export interface EpicCategoryDTO {
Expand Down

0 comments on commit 99f4eb2

Please sign in to comment.