export interface UserData { name: string; institution: string; sscRoll: string; hscRoll: string; email: string; phone: string; }