fedisearch/application/src/types/Sort.ts

5 wiersze
71 B
TypeScript
Czysty Zwykły widok Historia

2022-02-01 20:54:48 +00:00
export type Sort = {
sortBy: string,
sortWay: 'asc' | 'desc'
}