Represents a reference to a build option definition.

interface BuildOptionDefinitionReference {
    id: string;
}

Hierarchy (View Summary)

Properties

Properties

id: string

The ID of the referenced build option.