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