mirror of
https://github.com/langgenius/dify.git
synced 2026-09-10 00:40:56 +08:00
7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
import { consoleQuery } from '@/service/console'
|
|
|
|
export const systemFeaturesQueryOptions = () =>
|
|
consoleQuery.systemFeatures.get.queryOptions({
|
|
staleTime: Infinity,
|
|
})
|