mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
Fix admin pool sorting and OAuth refresh
This commit is contained in:
@@ -263,7 +263,7 @@ export interface PoolKeysQuery {
|
||||
status?: 'all' | 'active' | 'cooldown' | 'inactive'
|
||||
quick_selectors?: string[]
|
||||
search_scope?: 'name' | 'full'
|
||||
sort_by?: 'imported_at' | 'last_used_at'
|
||||
sort_by?: 'imported_at' | 'last_used_at' | 'score'
|
||||
sort_order?: 'asc' | 'desc'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user