Add official RIT student clubs, matcher quiz, social link hub, and logos
This commit is contained in:
@@ -85,14 +85,31 @@ export interface Event {
|
||||
}
|
||||
|
||||
// ─── Clubs ───────────────────────────────────────────────────────────────────
|
||||
export interface ClubSocialLinks {
|
||||
instagram?: string;
|
||||
linkedin?: string;
|
||||
whatsapp?: string;
|
||||
youtube?: string;
|
||||
github?: string;
|
||||
website?: string;
|
||||
}
|
||||
|
||||
export interface Club {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
details?: string;
|
||||
category: string;
|
||||
members: number;
|
||||
logo?: string;
|
||||
presidentName?: string;
|
||||
year?: string;
|
||||
contactEmail?: string;
|
||||
contactPhone?: string;
|
||||
logo?: string;
|
||||
logoUrl?: string;
|
||||
icon?: string;
|
||||
defaultRank?: number;
|
||||
socialLinks?: ClubSocialLinks;
|
||||
}
|
||||
|
||||
// ─── Community / Q&A ─────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user