Explorar el Código

user model

master
Daniel hace 2 años
padre
commit
3d698d6a27
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      matsen-tool/src/app/_models/user.ts

+ 2
- 1
matsen-tool/src/app/_models/user.ts Ver fichero

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

Cargando…
Cancelar
Guardar