notion.database
Home > @runlightyear/notion > Database
Database interface
Signature:interface Database
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
archived | boolean | ||
cover | ExternalFile | null | ||
createdBy | PartialUser | ||
createdTime | NotionDate | ||
description | Array<RichTextBlock> | ||
icon | FileObject | Emoji | ||
id | NotionId | ||
isInline | boolean | ||
lastEditedBy | PartialUser | ||
lastEditedTime | NotionDate | ||
object | "database" | ||
parent | PageParent | BlockParent | ||
properties | DatabaseProperties | ||
publicUrl | string | null | ||
title | Array<RichTextBlock> | ||
url | string |