UNPKG

notion-page-tree

Version:

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

3 lines (2 loc) 144 B
import { GetBlockResponseWithMetadata } from '../../types'; export declare const blocksWithoutChildren: GetBlockResponseWithMetadata['type'][];