type LogRecordsSortClause = object;
optional ascending: boolean;
columnId: string;
optional sortType: "column";
Was this page helpful?