MCPcopy Create free account
hub / github.com/ecruhue/DialogLab / RaisedHandParticipant

Interface RaisedHandParticipant

client/src/components/nodeeditor/NodeEditor.tsx:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72// Add these interfaces at the top of the file with other imports
73interface RaisedHandParticipant {
74 name: string;
75 party: string | null;
76 status: 'raised' | 'approved';
77}
78
79interface ParticipantInfo {
80 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected