import { SearchCategoryBase } from "@omnia/workplace/models"; export interface CommentSearchCategory extends SearchCategoryBase { sortBy: string; } export declare enum CommentSortByTypes { CreatedDate = 0 }