mirror of
https://github.com/langgenius/dify.git
synced 2025-11-20 23:13:19 +00:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
|
|
export const DEFAULT_SORT = {
|
||
|
|
sortBy: 'install_count',
|
||
|
|
sortOrder: 'DESC',
|
||
|
|
}
|