จัดการบทบาทและสิทธิ์ => API

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-11 18:59:22 +07:00
parent 8a53037137
commit ca0c31fc29
6 changed files with 135 additions and 140 deletions

View file

@ -8,8 +8,8 @@ interface FormUser {
}
interface FormRole {
role: string;
description: string;
roleName: string;
roleDescription: string;
}
interface Roles {