Saltar al contenido principal

Interface: NotionSearchQuery

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

Search query options for the Notion API.

Properties

filter?

optional filter?: object

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

property

property: "object"

value

value: "page" | "database"


page_size?

optional page_size?: number

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


query?

optional query?: string

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


sort?

optional sort?: object

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

direction

direction: "ascending" | "descending"

timestamp

timestamp: "last_edited_time"


start_cursor?

optional start_cursor?: string

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