interface SpectraSeries {
    data: object;
    id: string;
    label: string;
    tree: object;
}

Properties

Properties

data: object
id: string
label: string
tree: object