mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
4 lines
234 B
TypeScript
4 lines
234 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export type AssistantSession = { id: string; [key: string]: unknown };
|
|
export const discoverAssistantSessions: () => Promise<AssistantSession[]> = () => Promise.resolve([]);
|