UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

11 lines (9 loc) 268 B
import { StateService } from '@uirouter/angularjs'; import { IRootScopeService } from 'angular'; export interface IDeckRootScope extends IRootScopeService { $state: StateService; authenticating: boolean; feature: any; pageTitle: string; routing: boolean; }