Interface: NotionDatabaseQuery
Defined in: src/types/index.ts:1090
Query options for a Notion database.
Properties
filter?
optionalfilter?:NotionFilter
Defined in: src/types/index.ts:1091
page_size?
optionalpage_size?:number
Defined in: src/types/index.ts:1094
sorts?
optionalsorts?:NotionSort[]
Defined in: src/types/index.ts:1092
start_cursor?
optionalstart_cursor?:string
Defined in: src/types/index.ts:1093