UNPKG

68 BTypeScriptView Raw
1export interface SortMeta {
2 field: string;
3 order: number;
4}