mirror of
https://github.com/bakhirev/assayo.git
synced 2025-02-23 13:32:19 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
export default interface ISort {
|
|
property: string;
|
|
direction: number;
|
|
}
|