The ID of an issue resolution.

interface ResolutionId {
    id: string;
}

Hierarchy

  • Record<string, unknown>
    • ResolutionId

Properties

Properties

id: string

The ID of the issue resolution.