VariationAttribute$0: {
    id: string;
    name?: string;
    values?: VariationAttributeValue[];
} & {
    [key: string]: any;
}