Interface: NotionPageList
Defined in: src/types/index.ts:1098
Result of querying a Notion database (paginated).
Properties
has_more
has_more:
boolean
Defined in: src/types/index.ts:1101
next_cursor
next_cursor:
string|null
Defined in: src/types/index.ts:1102
object
object:
"list"
Defined in: src/types/index.ts:1099
page
page:
Record<string,unknown>
Defined in: src/types/index.ts:1104
results
results:
NotionPage[]
Defined in: src/types/index.ts:1100
type
type:
"page"
Defined in: src/types/index.ts:1103