feat: add title property to DataSourceDefaultValue type in block-selector

This commit is contained in:
twwu 2025-08-28 17:25:26 +08:00
parent 9448d49305
commit a67589d5db
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ export type DataSourceDefaultValue = {
provider_name: string
datasource_name: string
datasource_label: string
title: string
}
export type ToolValue = {