Skip to content
Snippets Groups Projects
timeStep.enum.ts 94 B
Newer Older
  • Learn to ignore specific revisions
  • Hugo NOUTS's avatar
    Hugo NOUTS committed
    export enum TimeStep {
      YEAR = 10,
      MONTH = 20,
      DAY = 30,
      HOUR = 40,
      HALFHOUR = 50,
    }