Interface: NotionBlock
Defined in: src/types/index.ts:1029
A Notion block object.
Indexable
[
key:string]:unknown
Properties
archived?
optionalarchived?:boolean
Defined in: src/types/index.ts:1036
created_time?
optionalcreated_time?:string
Defined in: src/types/index.ts:1033
has_children?
optionalhas_children?:boolean
Defined in: src/types/index.ts:1035
id
id:
string
Defined in: src/types/index.ts:1031
last_edited_time?
optionallast_edited_time?:string
Defined in: src/types/index.ts:1034
object
object:
"block"
Defined in: src/types/index.ts:1030
type
type:
string
Defined in: src/types/index.ts:1032