import type { product_Product } from './product_Product'; export type product_GetProductsResponse = { /** * Products is the page of products matching the query. */ data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };