import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { SalesDataInvoiceCommentInterface } from './salesDataInvoiceCommentInterface'; export interface SalesDataInvoiceCommentSearchResultInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }