CookieStoreDeleteOptions
import type { CookieStoreDeleteOptions } from "https://raw.githubusercontent.com/worker-tools/request-cookie-store/master/index.ts";
interface CookieStoreDeleteOptions {
domain?: string | null;
name: string;
path?: string;
}