mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 02:19:08 +00:00
add user's roles to GM presentation
This commit is contained in:
parent
998b1930b3
commit
a4c15f2d78
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ export type Category = {
|
|||
hidden: boolean,
|
||||
name: string,
|
||||
roles: string[],
|
||||
_roles?: any,
|
||||
type: 'single' | 'multi' | string
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue