export interface AttributeDataType {
    data: string[][];
    orderVector: number[] | [];
}
