Skip to content

Commit

Permalink
주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed May 9, 2024
1 parent 2f0c532 commit 436d74d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Team/deploy/Container/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type DateValueMap = {
[dateString: string]: string;
};

// 숫자 키를 가지며, 그 값이 DateValueMap 타입인 객체를 정의합니다.
type JsonData = {
[key: number]: DateValueMap;
};
Expand Down

0 comments on commit 436d74d

Please sign in to comment.