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

Properties

Properties

id?: string

Gets the unique identifier of this field.

name?: string

Gets name of project.