CookieStoreGetOptionsCopyimport type { CookieStoreGetOptions } from "https://raw.githubusercontent.com/worker-tools/request-cookie-store/master/index.ts";interface CookieStoreGetOptions {name?: string;url?: string;}§Properties§name?: string[src]§url?: string[src]