summaryrefslogtreecommitdiff
path: root/src/common/constants/team.ts
blob: 8daad6a4901a5d2e6d1da389705ecae854975820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { TeamAliases } from "../types/team";

export const TEAM_ALIASES: TeamAliases = {
  COUNT1: {
    name: "Hitung 1",
  },
  COUNT2: {
    name: "Hitung 2",
  },
  COUNT3: {
    name: "Hitung 3",
  },
  VERIFICATION: {
    name: "Verifikasi",
  },
};