import { type SSRResult } from "https://deno.land/x/aleph@1.0.0-alpha.58/server/renderer.ts";
definition: { context: SSRContext; body: ReadableStream | string; deferedData: Record<string, unknown>; errorBoundaryHandlerFilename?: string; nonce?: string; }