Update role.ts
This commit is contained in:
parent
1e753cf51d
commit
b7a93a280f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export interface RolePayload {
|
|||
permissions: string
|
||||
managed: boolean
|
||||
mentionable: boolean
|
||||
tags: RoleTagsPayload | null
|
||||
tags?: RoleTagsPayload
|
||||
}
|
||||
|
||||
export interface RoleTagsPayload {
|
||||
|
|
Loading…
Reference in a new issue