import { SalesDataInvoiceInterface } from './salesDataInvoiceInterface'; export interface SalesInvoiceRepositoryV1SavePostBody { entity: SalesDataInvoiceInterface; }