fedisearch/application/src/types/Sort.ts

5 wiersze
71 B
TypeScript

export type Sort = {
sortBy: string,
sortWay: 'asc' | 'desc'
}