peerSessions.ts 226 B

123
  1. // Auto-generated stub — replace with real implementation
  2. export {};
  3. export const postInterClaudeMessage: (target: string, message: string) => Promise<{ ok: boolean; error?: string }> = () => Promise.resolve({ ok: false });