import type { invoiceTemplate_InvoiceTemplate } from './invoiceTemplate_InvoiceTemplate'; export type invoiceTemplate_GetInvoiceTemplateResponse = { /** * InvoiceTemplates is the page of invoice templates for the portal. */ data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };