fix: dsl check

This commit is contained in:
StyleZhang
2024-11-27 14:30:47 +08:00
parent e908ecab8f
commit e145dba487
7 changed files with 43 additions and 49 deletions

View File

@ -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'] }