Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CookieList

import type { CookieList } from "https://raw.githubusercontent.com/worker-tools/signed-cookie-store/master/index.ts";
type CookieList = CookieListItem[];