MCPcopy Create free account
hub / github.com/EsperoTech/yaade / CurrentRestRequest

Interface CurrentRestRequest

client/src/model/Request.tsx:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface CurrentRestRequest extends CurrentRequest {
28 type: 'REST';
29 isLoading: boolean;
30 data: RestRequestData;
31}
32
33interface CurrentWebsocketRequest extends CurrentRequest {
34 type: 'WS';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected