import type { invoice_Invoice } from './invoice_Invoice'; export type invoice_GetInvoiceResponse = { /** * Invoices is the page of invoices matching the query. */ data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };