Type alias QuerySort<S, N, R>

QuerySort<S, N, R>: {
    [K in keyof R]?: SortDir
} | [keyof R, SortDir][]

Type Parameters