Skip to content
Snippets Groups Projects
indicator.model.ts 132 B
Newer Older
  • Learn to ignore specific revisions
  • Yoan VALLET's avatar
    Yoan VALLET committed
    export interface PerformanceIndicator {
      value: number | null
      compareValue: number | null
      percentageVariation: number | null
    }