The ID of an issue priority.

interface PriorityId {
    id: string;
}

Hierarchy

  • Record<string, unknown>
    • PriorityId

Properties

Properties

id: string

The ID of the issue priority.