hooked up all items on the list settings section
This commit is contained in:
parent
53df349d9f
commit
91173021b2
32 changed files with 578 additions and 178 deletions
7
app/types/user.ts
Normal file
7
app/types/user.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export type User = {
|
||||
id: number,
|
||||
username: string
|
||||
email: string
|
||||
role: number
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue