export type RenderedPage = { html: string metadata: any } export type RenderFunction = (url: string) => RenderedPage