import { IScope as ngIscope } from 'angular'; import { IFile } from '@wix/quix-shared'; export interface IScope extends ngIscope { breadcrumbs: IFile; quixBreadcrumbsOptions: Record; onFolderClick: Function; onNameChange: Function; vm: any; }