Skip to main content

ProjectStatus

type ProjectStatus = "PLANNED" | "IN_PROGRESS" | "PAUSED" | "COMPLETED" | "CANCELED";

Project workflow status.