Skip to content

Commit

Permalink
adds chattisgarh group
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu authored Nov 18, 2024
1 parent 2e9f2ee commit b6892d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export enum Group {
TNSchools = 'TNSchools',
TNStudents = 'TNStudents',
Uttarakhand = 'UttarakhandStudents',
Chhattisgarh = 'ChhattisgarhStudents',
AllIndia = 'AllIndiaStudents'
}

export const GroupShortName: Record<Group, string> = {
Expand All @@ -67,6 +69,8 @@ export const GroupShortName: Record<Group, string> = {
[Group.TNSchools]: 'TN',
[Group.TNStudents]: 'TN',
[Group.Uttarakhand]: 'Uttarakhand',
[Group.Chhattisgarh]: 'Chhattisgarh',
[Group.AllIndia]: 'AllIndia',
} as const;

export enum AuthType {
Expand Down

0 comments on commit b6892d3

Please sign in to comment.