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

Hierarchy (View Summary)

Properties

Properties

name?: string
value?: string