List of project associations.

interface FieldProjectAssociation {
    projectId?: string;
}

Properties

Properties

projectId?: string