MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / EventData

Interface EventData

plugins/src/preload/rcp/socket.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { rcp } from './hooks';
2
3interface EventData {
4 data: any;
5 uri: string;
6 eventType: 'Create' | 'Update' | 'Delete';
7}
8
9interface ApiListener {
10 (message: EventData): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected