TSOutputScope
export type TSOutputScope = TSGlobalScope | TSPackageScope | TSModuleScope | TSFunctionScope | TSMemberScope | TSOtherScope;
export type TSOutputScope = TSGlobalScope | TSPackageScope | TSModuleScope | TSFunctionScope | TSMemberScope | TSOtherScope;