VariationAttributeValue$1: {
    description?: string;
    image?: Image$1;
    imageSwatch?: Image$1;
    name?: string;
    orderable?: boolean;
    value: string;
} & {
    [key: string]: any;
}

Type declaration

  • Optional description?: string
  • Optional image?: Image$1
  • Optional imageSwatch?: Image$1
  • Optional name?: string
  • Optional orderable?: boolean
  • value: string

Type declaration

  • [key: string]: any