import { type CookieOptions } from "https://deno.land/x/aleph@1.0.0-alpha.54/server/response.ts";
definition: { expires?: number | Date; maxAge?: number; domain?: string; path?: string; httpOnly?: boolean; secure?: boolean; sameSite?: "lax" | "strict" | "none"; }