import { type CookieOptions } from "https://deno.land/x/hono@v2.5.5/utils/cookie.ts";
definition: { domain?: string; expires?: Date; httpOnly?: boolean; maxAge?: number; path?: string; secure?: boolean; signed?: boolean; sameSite?: "Strict" | "Lax" | "None"; }