Skip to main content
Module

x/alephjs/server/renderer.ts>SSRResult

The Full-stack Framework in Deno.
Go to Latest
type alias SSRResult
import { type SSRResult } from "https://deno.land/x/alephjs@1.0.0-alpha.68.6/server/renderer.ts";
definition: { context: SSRContext; body: ReadableStream | string; deferedData: Record<string, unknown>; nonce?: string; is404?: boolean; }