MCPcopy
hub / github.com/pingdotgg/uploadthing / ResponseWithURL

Interface ResponseWithURL

packages/shared/src/effect.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 >() {}
12
13interface ResponseWithURL extends ResponseEsque {
14 requestUrl: string;
15}
16
17// Temporary Effect wrappers below.
18// Only for use in the browser.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected