Logo
Type aliases

CloudNotionPageDataSourceWritable

CloudNotionPageDataSourceWritable = object

Defined in: packages/cloud/src/client/types.gen.ts:1527

Properties

supports_access_control?

optional supports_access_control: boolean

Defined in: packages/cloud/src/client/types.gen.ts:1528


integration_token

integration_token: string

Defined in: packages/cloud/src/client/types.gen.ts:1532

The integration token to use for authentication.


database_ids?

optional database_ids: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1536

The Notion Database Id to read content from.


page_ids?

optional page_ids: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1540

The Page ID's of the Notion to read from.


class_name?

optional class_name: string

Defined in: packages/cloud/src/client/types.gen.ts:1541