Interface: NotionSearchQuery
Defined in: src/types/index.ts:1127
Search query options for the Notion API.
Properties
filter?
optionalfilter?:object
Defined in: src/types/index.ts:1129
property
property:
"object"
value
value:
"page"|"database"
page_size?
optionalpage_size?:number
Defined in: src/types/index.ts:1132
query?
optionalquery?:string
Defined in: src/types/index.ts:1128
sort?
optionalsort?:object
Defined in: src/types/index.ts:1130
direction
direction:
"ascending"|"descending"
timestamp
timestamp:
"last_edited_time"
start_cursor?
optionalstart_cursor?:string
Defined in: src/types/index.ts:1131