The project landing page info.

interface ProjectLandingPageInfo {
    attributes?: {
        [key: string]: string;
    };
    boardId?: number;
    boardName?: string;
    projectKey?: string;
    projectType?: string;
    queueCategory?: string;
    queueId?: number;
    queueName?: string;
    simpleBoard?: boolean;
    simplified?: boolean;
    url?: string;
}

Properties

attributes?: {
    [key: string]: string;
}
boardId?: number
boardName?: string
projectKey?: string
projectType?: string
queueCategory?: string
queueId?: number
queueName?: string
simpleBoard?: boolean
simplified?: boolean
url?: string