export interface ProductVariantFields { label: string; options: string[]; product_field: string; }