react-application-core
Version:
A react-based application core for the business applications.
10 lines (9 loc) • 475 B
TypeScript
import { IGenericListEntity, IReduxListHolderEntity, IReduxPagedEntity } from '../../definition';
/**
* @deprecated Use mapListPagedEntity
*/
export declare const listEntityPageEntityFilterMapper: (listEntity: IGenericListEntity, pageSize?: number) => IReduxPagedEntity;
/**
* @deprecated Use mapListWrapperPagedEntity
*/
export declare const listEntityWrapperPageEntityFilterMapper: (listEntity: IReduxListHolderEntity, pageSize?: number) => IReduxPagedEntity;