Skip to content
Snippets Groups Projects
global.model.ts 670 B
Newer Older
  • Learn to ignore specific revisions
  • import { FluidType, ScreenType, Usage } from 'enums'
    
    import { TermsStatus } from 'models'
    
    import { FluidStatus } from './fluid.model'
    
    import { PartnersInfo } from './partnersInfo.model'
    
    import { ReleaseNotes } from './releaseNotes.model'
    
    
    export interface GlobalState {
      screenType: ScreenType
    
      challengeExplorationNotification: boolean
      challengeActionNotification: boolean
      challengeDuelNotification: boolean
    
      analysisNotification: boolean
    
      termsStatus: TermsStatus
    
      fluidStatus: FluidStatus[]
      fluidTypes: FluidType[]
    
      partnersInfo: PartnersInfo
    
      ecogestureFilter: Usage
    
      headerHeight: number