mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
feat: Enhance Notion integration by adding credential_id to NotionInfo and updating related functions
This commit is contained in:
@ -410,6 +410,7 @@ export type DataSource = {
|
||||
export type NotionInfo = {
|
||||
workspace_id: string
|
||||
pages: DataSourceNotionPage[]
|
||||
credential_id: string
|
||||
}
|
||||
export type NotionPage = {
|
||||
page_id: string
|
||||
|
||||
Reference in New Issue
Block a user