/** * Represents an article in a variation group. */ export declare class VariationGroupValue { /** * The sequence number of the article. This is used to determine the order of the articles in the variation group. */ sequenceNumber: number; /** * The value of the group */ value: string; } //# sourceMappingURL=variationGroupValue.d.ts.map