import { FrameworkCriteriaInterface } from './frameworkCriteriaInterface'; export interface CatalogInventoryStockStatusCriteriaInterface { mapperInterfaceName: string; criteriaList: Array; filters: Array; orders: Array; limit: Array; }