interface PageSorter {
    order?: "asc" | "desc";
    properties: string[];
}

Properties

Properties

order?: "asc" | "desc"
properties: string[]