Map of column IDs to their sort orders for multi-column sorting
export type Sort = Record<string, SortOrder>
import { Sort } from 'uxp/components';
Last updated 1 month ago