relocate special roles to api request

This commit is contained in:
rubikscraft
2022-03-24 19:56:26 +01:00
parent 25b85c00e0
commit 95c8f630f1
33 changed files with 284 additions and 156 deletions

View File

@@ -1,7 +1,5 @@
import { Roles } from 'picsur-shared/dist/dto/roles.dto';
export interface FullUserModel {
username: string;
password: string;
roles: Roles;
roles: string[];
}