diff --git a/src/types/enums.ts b/src/types/enums.ts index 5deb807..aeaaf58 100644 --- a/src/types/enums.ts +++ b/src/types/enums.ts @@ -46,6 +46,8 @@ export enum Group { TNSchools = 'TNSchools', TNStudents = 'TNStudents', Uttarakhand = 'UttarakhandStudents', + Chhattisgarh = 'ChhattisgarhStudents', + AllIndia = 'AllIndiaStudents' } export const GroupShortName: Record = { @@ -67,6 +69,8 @@ export const GroupShortName: Record = { [Group.TNSchools]: 'TN', [Group.TNStudents]: 'TN', [Group.Uttarakhand]: 'Uttarakhand', + [Group.Chhattisgarh]: 'Chhattisgarh', + [Group.AllIndia]: 'AllIndia', } as const; export enum AuthType {