mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix: dsl check
This commit is contained in:
@ -88,7 +88,7 @@ export type DSLImportResponse = {
|
||||
current_dsl_version?: string
|
||||
imported_dsl_version?: string
|
||||
error: string
|
||||
leaked: Dependency[]
|
||||
leaked_dependencies: Dependency[]
|
||||
}
|
||||
|
||||
export type AppSSOResponse = { enabled: AppSSO['enable_sso'] }
|
||||
|
||||
Reference in New Issue
Block a user