Details of an issue type.

interface IssueTypeInfo {
    avatarId?: number;
    id?: number;
    name?: string;
}

Properties

Properties

avatarId?: number

The avatar of the issue type.

id?: number

The ID of the issue type.

name?: string

The name of the issue type.