import { SalesDataInvoiceItemCreationExtensionInterface } from './salesDataInvoiceItemCreationExtensionInterface'; export interface SalesDataInvoiceItemCreationInterface { extensionAttributes?: SalesDataInvoiceItemCreationExtensionInterface; orderItemId: number; qty: number; }