export interface ArtDimension {
    unit: string;
    type: string;
    part: string;
    value: string;
}
