Saltar al contenido principal

Type Alias: NotionParent

NotionParent = { database_id: string; type: "database_id"; } | { page_id: string; type: "page_id"; } | { type: "workspace"; workspace: true; }

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

Parent reference for pages and databases.