MCPcopy
hub / github.com/claabs/epicgames-freegames-node / TCFSCookies

Interface TCFSCookies

src/common/cookie.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface TCFSCookies {
28 [cookieName: string]: TCFSCookieAttributes;
29}
30
31export interface TCFSPaths {
32 [path: string]: TCFSCookies;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected