type alias SessionCookieOptionsimport { type SessionCookieOptions } from "https://deno.land/x/aleph@1.0.0-beta.42/server/types.ts"; definition: { name?: string; domain?: string; path?: string; secure?: boolean; sameSite?: "lax" | "strict" | "none"; }