type alias CookieOptionsimport { type CookieOptions } from "https://deno.land/x/another_cookiejar@v2.2.4/Cookie.ts"; definition: { name?: string; value?: string; path?: string; domain?: string; expires?: number; maxAge?: number; secure?: boolean; httpOnly?: boolean; sameSite?: "Lax" | "Strict" | "None"; creationDate?: number; }