InvestigationCreateOrUpdateContent type
Le proprietà scrivibili fornite durante la creazione o l'aggiornamento di un'Indagine.
type InvestigationCreateOrUpdateContent = Omit<
Investigation,
"name" | "projectName"
>