Represents a demand used by a definition or build.

interface Demand {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

The name of the capability referenced by the demand.

value?: string

The demanded value.