type alias SSRContextimport { type SSRContext } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts"; definition: { readonly url: URL; readonly routing: RouteModule[]; readonly headCollection: string[]; readonly signal: AbortSignal; readonly nonce?: string; setStatus(code: number): void; setSuspenseMark(selector: string, test: (el: Element) => boolean): void; }