Skip to main content
Module

x/aleph/server/renderer.ts>SSRResult

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