add slug role

This commit is contained in:
Yusron alamsyah
2026-04-15 08:00:31 +07:00
parent 1665f328ab
commit 3825ac316b
4 changed files with 28 additions and 4 deletions
+1
View File
@@ -8,6 +8,7 @@ export interface PaginationMeta {
export interface RoleMaster {
id: number;
name: string;
slug: string;
active: boolean;
created_at: string | null;
updated_at: string | null;