Przeglądaj źródła

user model

master
Daniel 2 lat temu
rodzic
commit
3d698d6a27
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      matsen-tool/src/app/_models/user.ts

+ 2
- 1
matsen-tool/src/app/_models/user.ts Wyświetl plik

@@ -1,8 +1,9 @@
export class User {
id?: string;
username?: string;
email?: string;
password?: string;
firstName?: string;
lastName?: string;
roles?: string[];
token?: string;
}

Ładowanie…
Anuluj
Zapisz