export interface SpecProductAssignment { SpecID?: string; ProductID?: string; DefaultValue?: string; DefaultOptionID?: string; }