MCPcopy
hub / github.com/msgbyte/tianji / EventResult

Interface EventResult

example/expo/app/(tabs)/application-test.tsx:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32import { useBottomTabBarHeight } from '@react-navigation/bottom-tabs';
33
34interface EventResult {
35 success: boolean;
36 message: string;
37 timestamp: string;
38}
39
40export default function ApplicationTestScreen() {
41 const [serverUrl, setServerUrl] = useState('http://localhost:12345');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected