student.ts 72 Bytes EditWeb IDE 1 2 3 4 5 export interface Students{ id:string, name:string, email:string }