MCPcopy Create free account
hub / github.com/Toulu-debug/enen / User

Interface User

TS_JDHelloWorld.d.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface User {
2 index: number;
3 UserName: string;
4 cookie: string;
5 UserAgent: string;
6 end?: boolean;
7}
8declare class JDHelloWorld {
9 scriptName: string;
10 cookiesArr: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected