Interface ListValue

interface ListValue {
    values: any[];
}

Properties

Properties

values: any[]