/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ProductRow } from './ProductRow'; /** * GET /v1/products/search response — cross-category text match. */ export type SearchProductsOut = { query: string; rows: Array; total: number; limit: number; offset: number; };