MCPcopy
hub / github.com/wendux/fly / FlyResponse

Interface FlyResponse

index.d.ts:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export interface FlyResponse<T = any> {
22 data: T;
23 request: FlyRequestConfig;
24 engine: XMLHttpRequest;
25 headers: Object;
26}
27
28export interface FlyErrResponse {
29 data: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected