Browse Source

user model

master
Daniel 2 years ago
parent
commit
3d698d6a27
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      matsen-tool/src/app/_models/user.ts

+ 2
- 1
matsen-tool/src/app/_models/user.ts View File

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

Loading…
Cancel
Save