export type RawGoogleShoppingProductDataV1 = { title?: string; description?: string; imageUrl?: string; googleShoppingId?: string; variantIds: string[]; };