import { SalesDataOrderInterface } from './salesDataOrderInterface'; export interface SalesOrderRepositoryV1SavePostBody { entity: SalesDataOrderInterface; }