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