test
This commit is contained in:
10
types/menuAkses/access.ts
Normal file
10
types/menuAkses/access.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface PageAccess {
|
||||
path?: string
|
||||
permissions?: string[]
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export interface RoleAccess {
|
||||
role?: string
|
||||
pages?: PageAccess[]
|
||||
}
|
||||
Reference in New Issue
Block a user