type IssueRowProps = { // 타입 선언
  projectLanguage: ProjectLanguage;
  issue: Issue;
};

해당 코드의 목적 : 타입정의

보통 컴포넌트의 props 타입으로 사용, 컴포넌트에 전달되는 props 구조화