กำหนดสิทธิ์จัดการโครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-06 15:47:06 +07:00
parent 79875347f9
commit 6e9c8bf593
8 changed files with 801 additions and 4 deletions

View file

@ -27,4 +27,12 @@ interface FilterReqMaster {
keyword: string;
revisionId: string;
}
export type { FormUser, FormRole, Roles, FilterReqMaster };
interface QueryProfile {
searchKeyword: string;
searchField: string;
page: number;
pageSize: number;
id: string | null;
}
export type { FormUser, FormRole, Roles, FilterReqMaster, QueryProfile };