Type alias VariationGroup$1
 
VariationGroup$1: { 
    orderable: boolean; 
    price: number; 
    productId: string; 
    variationValues: { 
        [key: string]: string; 
    }; 
} & { 
    [key: string]: any; 
}
Type declaration
- 
orderable: boolean
 
- 
price: number
 
- 
productId: string
 
- 
variationValues: { 
    [key: string]: string; 
}