Interface IArrayDesc

interface IArrayDesc {
    dataLength?: number;
    labels?: string[];
}

Hierarchy (view full)

Properties

Properties

dataLength?: number
labels?: string[]