Fix missing import in app.ts (#23831)
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import type { AliyunConfig, LangFuseConfig, LangSmithConfig, OpikConfig, PhoenixConfig, TracingProvider, WeaveConfig } from '@/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type'
|
import type { AliyunConfig, ArizeConfig, LangFuseConfig, LangSmithConfig, OpikConfig, PhoenixConfig, TracingProvider, WeaveConfig } from '@/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/type'
|
||||||
import type { App, AppTemplate, SiteConfig } from '@/types/app'
|
import type { App, AppMode, AppTemplate, SiteConfig } from '@/types/app'
|
||||||
import type { Dependency } from '@/app/components/plugins/types'
|
import type { Dependency } from '@/app/components/plugins/types'
|
||||||
|
|
||||||
/* export type App = {
|
/* export type App = {
|
||||||
id: strin
|
id: string
|
||||||
name: string
|
name: string
|
||||||
description: string
|
description: string
|
||||||
mode: AppMode
|
mode: AppMode
|
||||||
|
Reference in New Issue
Block a user