mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add users management to site settings (#126)
This commit is contained in:
committed by
GitHub
parent
bc15140512
commit
37fb99a868
9
app/javascript/interfaces/json/IUser.ts
Normal file
9
app/javascript/interfaces/json/IUser.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
interface IUserJSON {
|
||||
id: number;
|
||||
email: string;
|
||||
full_name: string;
|
||||
role: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
export default IUserJSON;
|
||||
Reference in New Issue
Block a user