export interface IExternalProductPriceVariation { readonly price: number; readonly variation: string; }