mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
feat: 完成stub
This commit is contained in:
2
src/ssh/SSHSessionManager.ts
Normal file
2
src/ssh/SSHSessionManager.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type SSHSessionManager = any;
|
||||
5
src/ssh/createSSHSession.ts
Normal file
5
src/ssh/createSSHSession.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type SSHSession = any;
|
||||
export const createSSHSession: any = (() => {}) as any;
|
||||
export const createLocalSSHSession: any = (() => {}) as any;
|
||||
export const SSHSessionError: any = (() => {}) as any;
|
||||
Reference in New Issue
Block a user