Variant$0: {
    orderable?: boolean;
    price?: number;
    productId: string;
    tieredPrices?: ProductPriceTable[];
    variationValues?: {} & {
        [key: string]: any;
    };
} & {
    [key: string]: any;
}