📳 types.ts

This commit is contained in:
nirholas
2026-03-31 10:24:31 +00:00
parent a66ddca62f
commit c2f76e3efa

View File

@@ -309,3 +309,4 @@ export type TeammateExecutor = {
export function isPaneBackend(type: BackendType): type is 'tmux' | 'iterm2' {
return type === 'tmux' || type === 'iterm2'
}