Saltar al contenido principal

Interface: NotionBlock

Defined in: src/types/index.ts:1029

A Notion block object.

Indexable

[key: string]: unknown

Properties

archived?

optional archived?: boolean

Defined in: src/types/index.ts:1036


created_time?

optional created_time?: string

Defined in: src/types/index.ts:1033


has_children?

optional has_children?: boolean

Defined in: src/types/index.ts:1035


id

id: string

Defined in: src/types/index.ts:1031


last_edited_time?

optional last_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