test(auth): more auth work
This commit is contained in:
10
frontend/src/types/modules.ts
Normal file
10
frontend/src/types/modules.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface Modules {
|
||||
module_id: string;
|
||||
name: string;
|
||||
active: boolean;
|
||||
roles: string;
|
||||
add_User: string;
|
||||
add_Date: Date;
|
||||
upd_user: string;
|
||||
upd_date: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user