mirror of
https://github.com/langgenius/dify.git
synced 2026-07-31 17:29:37 +08:00
7 lines
106 B
TypeScript
7 lines
106 B
TypeScript
import type { App } from '@/models/explore'
|
|
|
|
export type TryAppSelection = {
|
|
appId: string
|
|
app: App
|
|
}
|