mockStudent.ts 380 Bytes
Newer Older
Anucha's avatar
Anucha committed
1 2 3 4 5 6 7 8 9
import { Students } from '../models/student';

export const STUDENT: Students[] =[
  {id:'61114445050',name:"John",email:'example1@ubu.com'},
  {id:'61114445555',name:"Mark",email:'example2@ubu.com'},
  {id:'61114445234',name:"Jane",email:'example3@ubu.com'},
  {id:'61114441234',name:"Art",email:'example4@ubu.com'},
  {id:'61114444568',name:"James",email:'example5@ubu.com'}
];