PrerenderManifest: {
    dynamicRoutes: {
        [route: string]: DynamicPrerenderManifestRoute;
    };
    notFoundRoutes: string[];
    preview: __ApiPreviewProps;
    routes: {
        [route: string]: PrerenderManifestRoute;
    };
    version: 4;
}

Type declaration