mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
fix: update types
This commit is contained in:
@ -17,7 +17,7 @@ import {
|
||||
import type { TFunction } from 'i18next'
|
||||
import type { FC } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import type { TriggerEvent } from '../../types'
|
||||
import type { TriggerEvent } from '@/app/components/plugins/types'
|
||||
|
||||
type EventDetailDrawerProps = {
|
||||
eventInfo: TriggerEvent
|
||||
|
||||
Reference in New Issue
Block a user