UNPKG

notion-page-tree

Version:

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

3 lines (2 loc) 182 B
import { GetPageResponseWithMetadata } from '../../types'; export declare const extractPlainTextFromPageProperty: (property: GetPageResponseWithMetadata['properties'][0]) => string;