This commit is contained in:
2025-07-06 18:55:27 +02:00
parent 8dd92f32b7
commit 0b212e701b
2 changed files with 5 additions and 1 deletions

4
src/interfaces/role.ts Normal file
View File

@@ -0,0 +1,4 @@
export interface Role {
role: string;
status: number;
}