interface ProjectProperties {
    projectId?: string;
    properties?: ProjectProperty[];
}

Properties

projectId?: string

The team project Id

properties?: ProjectProperty[]

The collection of team project properties