# TSOutputScope

```ts
type TSOutputScope = TSPackageScope | TSModuleScope | TSLexicalScope;
```
