fix: trigger doc link (#31754)

This commit is contained in:
Stephen Zhou
2026-01-30 17:30:24 +08:00
committed by GitHub
parent 5a7dfd15b8
commit b7e752078c
8 changed files with 40 additions and 20 deletions

View File

@ -1,4 +1,5 @@
import type { BlockEnum } from '@/app/components/workflow/types'
import type { UseDifyNodesPath } from '@/types/doc-paths'
import { BlockClassificationEnum } from '@/app/components/workflow/block-selector/types'
export type GenNodeMetaDataParams = {
@ -7,7 +8,7 @@ export type GenNodeMetaDataParams = {
type: BlockEnum
title?: string
author?: string
helpLinkUri?: string
helpLinkUri?: UseDifyNodesPath
isRequired?: boolean
isUndeletable?: boolean
isStart?: boolean