The list of features on a project.

interface ContainerForProjectFeatures {
    features?: ProjectFeature[];
}

Properties

Properties

features?: ProjectFeature[]

The project features.