Skip to main content
Module

x/aleph/server/types.ts>SSROptions

The Full-stack Framework in Deno.
Go to Latest
type alias SSROptions
import { type SSROptions } from "https://deno.land/x/aleph@1.0.0-beta.15/server/types.ts";
definition: { cacheControl?: "private" | "public"; CSP?: CSP; }