mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 10:13:01 +08:00
chore: perfect type definition (#1003)
This commit is contained in:
@@ -9,7 +9,7 @@ import Button from '@/app/components/base/button'
|
||||
type CardProps = {
|
||||
providerType: ProviderEnum
|
||||
models: Model[]
|
||||
onOpenModal: (v: any) => void
|
||||
onOpenModal: (v: Omit<Model, 'config'> & Model['config']) => void
|
||||
onOperate: (v: Record<string, any>) => void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user