delete insert selesai, show data masih belum sesuai

This commit is contained in:
2025-06-08 11:25:59 +07:00
parent 5d1301ddae
commit cabb052b21
12 changed files with 90 additions and 130 deletions

View File

@@ -0,0 +1,12 @@
export interface RoleMenuUser {
type_user_id: string,
menu_id: string,
access: [
{
add: number,
update: number,
read: number,
delete: number
}
]
}