Represents the status of a postmortem.
import { V3IncidentsPostmortemsPostmortemStatus } from "@solarwinds/squadcast-sdk-typescript/models"; let value: V3IncidentsPostmortemsPostmortemStatus = "under_review";
"in_progress" | "under_review" | "published"
Last updated 1 month ago