MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / RealtimeCommand

Interface RealtimeCommand

apps/client/src/code/realtime/client.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { RealtimeContext } from './context';
18
19export interface RealtimeCommand {
20 type: RealtimeCommandType;
21 args: any;
22}
23
24export const RealtimeClient = once(
25 () =>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected