Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
TerminalAuthority
type
Access requested when borrowing a terminal the current mod does not own.
type TerminalAuthority = 'observe' | 'control'
Import
import { TerminalAuthority } from '@modular/sdk';