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