UNPKG

gatsby

Version:
4 lines (3 loc) 211 B
import { IPageDataWithQueryResult } from "./page-data"; export declare const RETRY_INTERVAL: number; export declare function getPageData(pagePath: string, waitForMS?: number): Promise<IPageDataWithQueryResult>;