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;
    }
    • [key: string]: string

Type declaration

  • [key: string]: any