Skip to main content
Module

x/aleph/server/types.ts>SSRResult

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