Saltar al contenido principal

Interface: NotionDatabase

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

A Notion database object.

Properties

archived?

optional archived?: boolean

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


cover?

optional cover?: NotionCover | null

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


created_time

created_time: string

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


description

description: NotionRichText[]

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


icon?

optional icon?: NotionIcon | null

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


id

id: string

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


last_edited_time

last_edited_time: string

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


object

object: "database"

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


parent

parent: NotionParent

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


properties

properties: Record<string, NotionPropertySchema>

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


title

title: NotionRichText[]

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


url

url: string

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