mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 23:10:48 +08:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
export const DEFAULT_SORT = {
|
|
sortBy: 'install_count',
|
|
sortOrder: 'DESC',
|
|
}
|