export interface MaterialVariationUpdateDTO { diameter?: number; size?: number; color?: string; }