student.ts 72 Bytes
export interface Students{
  id:string,
  name:string,
  email:string
}