feat: implement target audience visibility and registration restrictions
This commit is contained in:
@@ -80,6 +80,10 @@ export interface Event {
|
||||
request_by_faculty?: string;
|
||||
request_by_HOD?: string;
|
||||
targetedBatch?: string;
|
||||
openToAll?: boolean;
|
||||
academicYears?: string[];
|
||||
targetedSections?: string[];
|
||||
department?: string;
|
||||
}
|
||||
|
||||
export interface Announcement {
|
||||
|
||||
Reference in New Issue
Block a user