import type { ProductRow } from './ProductRow'; /** * GET /v1/products/compare response — side-by-side spec table. */ export type CompareProductsOut = { products: Array; /** * Spec keys present on every requested product */ common_keys: Array; }; //# sourceMappingURL=CompareProductsOut.d.ts.map