SPCDataDetail: BaseSPCDetail & {
    data: SPCDataPoint[];
    rangeType: RangeType;
}

Type declaration