interface DemandMinimumVersion {
    name?: string;
    source?: DemandSource;
    value?: string;
}

Hierarchy (View Summary)

Properties

Properties

name?: string
source?: DemandSource
value?: string