import { SalesDataShipmentCommentCreationExtensionInterface } from './salesDataShipmentCommentCreationExtensionInterface'; export interface SalesDataShipmentCommentCreationInterface { extensionAttributes?: SalesDataShipmentCommentCreationExtensionInterface; comment: string; isVisibleOnFront: number; }