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