need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
9
dist/features/tmux-subagent/cleanup.d.ts
vendored
Normal file
9
dist/features/tmux-subagent/cleanup.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { TmuxConfig } from "../../config/schema";
|
||||
import type { TrackedSession } from "./types";
|
||||
export declare function cleanupTmuxSessions(params: {
|
||||
tmuxConfig: TmuxConfig;
|
||||
serverUrl: string;
|
||||
sourcePaneId: string | undefined;
|
||||
sessions: Map<string, TrackedSession>;
|
||||
stopPolling: () => void;
|
||||
}): Promise<void>;
|
||||
Reference in New Issue
Block a user