Saltar al contenido principal

Interface: NotionDatabaseQuery

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

Query options for a Notion database.

Properties

filter?

optional filter?: NotionFilter

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


page_size?

optional page_size?: number

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


sorts?

optional sorts?: NotionSort[]

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


start_cursor?

optional start_cursor?: string

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