import { ScopeClass } from './decorators.types'; export interface IScopeInfo { name: string; scope: ScopeClass; }