Interface HValRow

A haystack value row used for iteration.

interface HValRow {
    name: string;
    value: OptionalHVal;
}

Properties

Properties

name: string