fedisearch/application/src/types/Sort.ts

5 wiersze
73 B
TypeScript

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