export type RawGoogleShoppingOffersDataV1 = { description?: string; offers: { url: string; price: number }[]; };