import { SalesDataInvoiceCreationArgumentsExtensionInterface } from './salesDataInvoiceCreationArgumentsExtensionInterface'; export interface SalesDataInvoiceCreationArgumentsInterface { extensionAttributes?: SalesDataInvoiceCreationArgumentsExtensionInterface; }