import { FrameworkSearchCriteriaInterface } from './frameworkSearchCriteriaInterface'; import { SalesDataCreditmemoCommentInterface } from './salesDataCreditmemoCommentInterface'; export interface SalesDataCreditmemoCommentSearchResultInterface { items: Array; searchCriteria: FrameworkSearchCriteriaInterface; totalCount: number; }