diff --git a/ui/src/api/type/model.ts b/ui/src/api/type/model.ts index e9a5203e..e07b3615 100644 --- a/ui/src/api/type/model.ts +++ b/ui/src/api/type/model.ts @@ -1,5 +1,5 @@ import { store } from '@/stores' -import { Dict } from './common' +import type { Dict } from './common' interface modelRequest { name: string model_type: string