mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-13 23:35:39 +01:00
relocate special roles to api request
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { Roles } from 'picsur-shared/dist/dto/roles.dto';
|
||||
|
||||
export interface FullUserModel {
|
||||
username: string;
|
||||
password: string;
|
||||
roles: Roles;
|
||||
roles: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user