mirror of
https://github.com/langgenius/dify.git
synced 2026-08-24 12:32:54 -04:00
7 lines
106 B
TypeScript
7 lines
106 B
TypeScript
import type { App } from '@/models/explore'
|
|
|
|
export type TryAppSelection = {
|
|
appId: string
|
|
app: App
|
|
}
|