export interface MaterialVariationDTO { id: string; sku: string; diameter: number; size: number; color: string; }