MCPcopy
hub / github.com/subnub/myDrive / RequestTypeRefresh

Interface RequestTypeRefresh

backend/controllers/user-controller.ts:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23interface RequestTypeRefresh extends Request {
24 user?: UserInterface;
25 encryptedToken?: string;
26}
27
28interface RequestType extends Request {
29 user?: userAccessType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected