Interface SortOption

interface SortOption {
    order?: SortOrderOptions;
    orderField: string;
}

Properties

Properties

orderField: string

Generated using TypeDoc