fix: update types

This commit is contained in:
zhsama
2025-10-30 16:16:55 +08:00
parent 4635b99153
commit ed6bb121bb
4 changed files with 17 additions and 8 deletions

View File

@ -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