InvestigationCreateOrUpdateContent type

The writable properties supplied when creating or updating an Investigation.

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