UNPKG

@spartacus/core

Version:

Spartacus - the core framework

6 lines (5 loc) 102 B
export interface SearchConfig { pageSize?: number; currentPage?: number; sort?: string; }