MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / ArtifactCallbackData

Interface ArtifactCallbackData

app/lib/runtime/message-parser.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const logger = createScopedLogger('MessageParser');
12
13export interface ArtifactCallbackData extends BoltArtifactData {
14 messageId: string;
15}
16
17export interface ActionCallbackData {
18 artifactId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected