2025SELab2-project-Dwengo/common/src/interfaces/teacher.d.ts

6 lines
115 B
TypeScript

export interface TeacherDTO {
id: string;
username: string;
firstName: string;
lastName: string;
}