sortmeta.d.ts 68 B

1234
  1. export interface SortMeta {
  2. field: string;
  3. order: number;
  4. }