halaman dipisah
This commit is contained in:
14
types/setting/setting.d.ts
vendored
Normal file
14
types/setting/setting.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export interface RolePage {
|
||||
id_user: number;
|
||||
username: string;
|
||||
email: string;
|
||||
password: string;
|
||||
full_name: string;
|
||||
role: string;
|
||||
role_description: string;
|
||||
pages: {
|
||||
title: string;
|
||||
path: string;
|
||||
permissions: string[];
|
||||
}[];
|
||||
}
|
||||
Reference in New Issue
Block a user