✨ 📳 types.ts
This commit is contained in:
@@ -309,3 +309,4 @@ export type TeammateExecutor = {
|
||||
export function isPaneBackend(type: BackendType): type is 'tmux' | 'iterm2' {
|
||||
return type === 'tmux' || type === 'iterm2'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user