Defines the project reference class.

interface ProjectReference {
    description?: string;
    id?: string;
    name?: string;
    url?: string;
}

Properties

description?: string

Description of the project

id?: string

The ID of the project

name?: string

Name of the project

url?: string

Url of the project