Details about an issue event.

interface IssueEvent {
    id: number;
    name: string;
}

Properties

Properties

id: number

The ID of the event.

name: string

The name of the event.