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

Properties

Properties

name?: string

Gets and sets the name of demand.

value?: string

Gets and sets the value of demand.