import type { price_Price } from './price_Price'; export type price_GetPricesResponse = { data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };