refactor(backend): Bestanden die enkel types of interfaces exporteren hernoemd naar *.d.ts
This commit is contained in:
parent
03c6ada0e5
commit
355c0a4eda
6 changed files with 3 additions and 3 deletions
|
@ -1,11 +0,0 @@
|
|||
/**
|
||||
* Object with information about the user who is currently logged in.
|
||||
*/
|
||||
export type AuthenticationInfo = {
|
||||
accountType: "student" | "teacher",
|
||||
username: string,
|
||||
name?: string,
|
||||
firstName?: string,
|
||||
lastName?: string,
|
||||
email?: string
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue