assayo/src/ts/interfaces/Sort.ts
2023-05-12 14:47:48 +03:00

5 lines
76 B
TypeScript

export default interface ISort {
property: string;
direction: number;
}