Update role.ts

This commit is contained in:
Ayyan 2020-12-28 12:14:10 +04:00 committed by GitHub
parent 1e753cf51d
commit b7a93a280f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export interface RolePayload {
permissions: string
managed: boolean
mentionable: boolean
tags: RoleTagsPayload | null
tags?: RoleTagsPayload
}
export interface RoleTagsPayload {