feat: Enhance Notion integration by adding credential_id to NotionInfo and updating related functions

This commit is contained in:
twwu
2025-08-01 14:04:01 +08:00
parent 383ee368e6
commit 19a93c6554
4 changed files with 9 additions and 5 deletions

View File

@ -410,6 +410,7 @@ export type DataSource = {
export type NotionInfo = {
workspace_id: string
pages: DataSourceNotionPage[]
credential_id: string
}
export type NotionPage = {
page_id: string