InvestigationCreateOrUpdateContent type

조사를 생성하거나 업데이트할 때 제공되는 작성 가능한 속성들.

type InvestigationCreateOrUpdateContent = Omit<
  Investigation,
  "name" | "projectName"
>