import { SalesDataInvoiceCommentCreationExtensionInterface } from './salesDataInvoiceCommentCreationExtensionInterface'; export interface SalesDataInvoiceCommentCreationInterface { extensionAttributes?: SalesDataInvoiceCommentCreationExtensionInterface; comment: string; isVisibleOnFront: number; }