import { SortingOptions } from '../enums/SortingOptions'; export interface ISeoSortingState { getSelectedOption(): SortingOptions; }