/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ProductRow } from './ProductRow'; /** * GET /v1/products/{id} response — single SKU with full citations. */ export type ProductDetailOut = { product: ProductRow; };