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