1 2 3 4
import type { SSRResult } from 'astro'; export type RendererContext = { result: SSRResult; };