loginType.ts 100 B

1234567
  1. export const enum loginType {
  2. Teacher = 0,
  3. Installer = 1,
  4. Repairman = 2,
  5. IT = 3
  6. }