dify/web/types/try-app.ts

7 lines
106 B
TypeScript

import type { App } from '@/models/explore'
export type TryAppSelection = {
appId: string
app: App
}