mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
fix: remove explore context and migrate query to orpc contract (#32320)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
8
web/types/try-app.ts
Normal file
8
web/types/try-app.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import type { App } from '@/models/explore'
|
||||
|
||||
export type TryAppSelection = {
|
||||
appId: string
|
||||
app: App
|
||||
}
|
||||
|
||||
export type SetTryAppPanel = (showTryAppPanel: boolean, params?: TryAppSelection) => void
|
||||
Reference in New Issue
Block a user