MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / ConsumerEvents

Interface ConsumerEvents

packages/nodebox/src/messages.ts:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const debug = createDebug('emulator');
15
16export interface ConsumerEvents extends FileSystemEvents, ShellEvents, PreviewEvents {
17 connect: {
18 cdnUrl?: string | null;
19 };
20}
21
22type WatcherEvent =
23 | {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected