UNPKG

notion-page-tree

Version:

Recursively fetch nested Notion pages from the root page/database/block node.

3 lines (2 loc) 194 B
import { FlatEntity, SubTreeEntity } from '../../types'; export declare const buildPageTreeToDepth: (collection: Record<string, FlatEntity>, rootId: string, maxDepth?: number) => SubTreeEntity;