export interface IIntPaginatorTogglePayload { label: string | number; entryId: number; isActive?: boolean; isMarked?: boolean; }