import { SalesDataInvoiceCommentInterface } from './salesDataInvoiceCommentInterface'; export interface SalesInvoiceCommentRepositoryV1SavePostBody { entity: SalesDataInvoiceCommentInterface; }