export interface SortOptions {
    sort: string;
}