A named value associated with a project.

interface ProjectProperty {
    name?: string;
    value?: any;
}

Properties

Properties

name?: string

The name of the property.

value?: any

The value of the property.