/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };