Interface: NotionPage
Defined in: src/types/index.ts:979
A Notion page object.
Properties
archived
archived:
boolean
Defined in: src/types/index.ts:987
cover?
optionalcover?:NotionCover|null
Defined in: src/types/index.ts:991
created_by
created_by:
object
Defined in: src/types/index.ts:984
id
id:
string
object
object:
"user"
created_time
created_time:
string
Defined in: src/types/index.ts:982
icon?
optionalicon?:NotionIcon|null
Defined in: src/types/index.ts:990
id
id:
string
Defined in: src/types/index.ts:981
last_edited_by
last_edited_by:
object
Defined in: src/types/index.ts:985
id
id:
string
object
object:
"user"
last_edited_time
last_edited_time:
string
Defined in: src/types/index.ts:983
object
object:
"page"
Defined in: src/types/index.ts:980
parent
parent:
NotionParent
Defined in: src/types/index.ts:986
properties
properties:
Record<string,NotionProperty>
Defined in: src/types/index.ts:989
url
url:
string
Defined in: src/types/index.ts:988