Interface: NotionBlockList
Defined in: src/types/index.ts:1041
Result of listing block children (paginated).
Properties
block
block:
Record<string,unknown>
Defined in: src/types/index.ts:1047
has_more
has_more:
boolean
Defined in: src/types/index.ts:1044
next_cursor
next_cursor:
string|null
Defined in: src/types/index.ts:1045
object
object:
"list"
Defined in: src/types/index.ts:1042
results
results:
NotionBlock[]
Defined in: src/types/index.ts:1043
type
type:
"block"
Defined in: src/types/index.ts:1046