UNPKG

notion-page-tree

Version:

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

4 lines (3 loc) 276 B
export declare const askInput: (name: string, description: string, checkValidity?: boolean) => Promise<string>; export declare const askYesOrNo: (message: string) => Promise<"yes" | "no">; export declare const askSelect: <T>(answers: string[], message: string) => Promise<T>;