diff --git a/src/utils/swarm/backends/types.ts b/src/utils/swarm/backends/types.ts index b57964c..7c3e07f 100644 --- a/src/utils/swarm/backends/types.ts +++ b/src/utils/swarm/backends/types.ts @@ -309,3 +309,4 @@ export type TeammateExecutor = { export function isPaneBackend(type: BackendType): type is 'tmux' | 'iterm2' { return type === 'tmux' || type === 'iterm2' } +