mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
fix: cover missed source paths for eslint (#1956)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Locale } from '@/i18n'
|
||||
import type { Locale } from '@/i18n'
|
||||
|
||||
export type ResponseHolder = {}
|
||||
|
||||
@@ -6,7 +6,7 @@ export type ConversationItem = {
|
||||
id: string
|
||||
name: string
|
||||
inputs: Record<string, any> | null
|
||||
introduction: string,
|
||||
introduction: string
|
||||
}
|
||||
|
||||
export type SiteInfo = {
|
||||
@@ -18,4 +18,4 @@ export type SiteInfo = {
|
||||
prompt_public: boolean
|
||||
copyright?: string
|
||||
privacy_policy?: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user