feat(auth): add, update were added for adm account in backend only
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import type {Roles} from "./roles.js";
|
||||
import type { Roles } from "./roles.js";
|
||||
|
||||
export type User = {
|
||||
user_id?: string;
|
||||
email?: string;
|
||||
username?: string;
|
||||
roles?: Roles[];
|
||||
role?: string;
|
||||
prod?: string;
|
||||
user_id?: string;
|
||||
email?: string;
|
||||
username?: string;
|
||||
roles?: Roles[];
|
||||
role?: string;
|
||||
prod?: string;
|
||||
password?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user