Interface: NotionSearchResult
Defined in: src/types/index.ts:1136
Result of a Notion search (paginated).
Properties
has_more
has_more:
boolean
Defined in: src/types/index.ts:1139
next_cursor
next_cursor:
string|null
Defined in: src/types/index.ts:1140
object
object:
"list"
Defined in: src/types/index.ts:1137
results
results: (
NotionPage|NotionDatabase)[]
Defined in: src/types/index.ts:1138