export interface StudentInterface{ id: number, name: string, lastName: string, username: string, email: string, password: string, index: string }