notion fix

This commit is contained in:
jyong
2025-08-06 11:13:20 +08:00
parent 6954926df9
commit 05e96e56e5
3 changed files with 3 additions and 42 deletions

View File

@ -23,6 +23,7 @@ class NotionPage(BaseModel):
class NotionInfo(BaseModel):
credential_id: str
workspace_id: str
pages: list[NotionPage]