fedisearch/application/src/types/Sort.ts

5 wiersze
71 B
TypeScript

export interface Sort {
sortBy?: string
sortWay?: 'asc' | 'desc'
}