interface list { name: string, id: number, marks: number }
component state :
{ listOfStudents: list[], }
now on som