The projects using this status.

interface StatusProjectUsageDto {
    projects?: StatusProjectUsagePage;
    statusId?: string;
}

Properties

Properties

A page of projects.

statusId?: string

The status ID.