Saltar al contenido principal

Interface: NotionProperty

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

Property value on a Notion page.

Indexable

[key: string]: unknown

Properties

checkbox?

optional checkbox?: boolean

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


date?

optional date?: { end?: string | null; start: string; } | null

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


email?

optional email?: string | null

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


formula?

optional formula?: object

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

boolean?

optional boolean?: boolean

number?

optional number?: number

string?

optional string?: string

type

type: string


id?

optional id?: string

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


multi_select?

optional multi_select?: object[]

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

color?

optional color?: string

id

id: string

name

name: string


number?

optional number?: number

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


phone_number?

optional phone_number?: string | null

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


relation?

optional relation?: object[]

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

id

id: string


rich_text?

optional rich_text?: NotionRichText[]

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


rollup?

optional rollup?: object

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

number?

optional number?: number

type

type: string


select?

optional select?: { color?: string; id: string; name: string; } | null

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


status?

optional status?: { color?: string; id: string; name: string; } | null

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


title?

optional title?: NotionRichText[]

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


type

type: string

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


url?

optional url?: string | null

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