import { ModuleBase } from './module-base.interface'; export interface ModuleWebsiteSearchPaginator extends ModuleBase { pager_type?: 'numbers' | 'pages' | 'view_more'; quantity_content_for_pages?: string; quantity_content?: string; }