You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ProductPriceTier
export type ProductPriceTier = {
__typename?: 'ProductPriceTier';
minimumQuantity: Scalars['Int'];
value: BaseMoney;
};