diff --git a/globals/types.ts b/globals/types.ts index bd56b26d..dd64cf75 100755 --- a/globals/types.ts +++ b/globals/types.ts @@ -403,6 +403,8 @@ export type TCourseId = | 'CS-8803-O15' | 'CS-8803-O16' | 'CS-8803-O17' + | 'CS-8803-O21' + | 'CS-8803-O22' | 'CS-8803-OC1' | 'CS-8813' | 'CSE-6040' @@ -526,6 +528,8 @@ export type TCourseName = | 'Introduction to Computing Law' | 'Digital Health Equity' | 'Global Entrepreneurship' + | 'GPU Hardware and Software' + | 'Security Incident Response' | 'Security Operations and Incidence Response' | 'Malware Analysis and Defense' | 'Computing for Data Analysis: Methods and Tools'