MCPcopy Index your code
hub / github.com/LasCC/HackTools / ContentProps

Interface ContentProps

src/components/http_utils/HTTP-Utils.tsx:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 };
69
70 interface ContentProps {
71 status: string | number;
72 statusText: string;
73 headers: {
74 [ key: string ]: string;
75 };
76 data: string;
77 }
78 // Axios fetch
79 const key = 'updatable';
80 const [ content, setContent ] = useState<ContentProps>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected