initial commit
This commit is contained in:
commit
869be69d67
42 changed files with 11444 additions and 0 deletions
5
app/types/role.ts
Normal file
5
app/types/role.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export type Role = {
|
||||
id: number,
|
||||
name: string
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue