Files
dify/web/app/components/workflow/nodes/data-source/hooks/use-config.ts
2025-05-22 16:43:30 +08:00

6 lines
68 B
TypeScript

export const useConfig = (id: string) => {
return {
id,
}
}