Details of the status being updated.

interface StatusUpdate {
    description?: string;
    id: string;
    name: string;
    statusCategory: string;
}

Properties

description?: string

The description of the status.

id: string

The ID of the status.

name: string

The name of the status.

statusCategory: string

The category of the status.