mirror of
https://github.com/slatinsky/DiscordChatExporter-frontend.git
synced 2025-05-11 10:27:00 +02:00
ts - update Role type
This commit is contained in:
parent
064965e66d
commit
60975dca5e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export interface Channel {
|
|||
}
|
||||
|
||||
export interface Role {
|
||||
id: string;
|
||||
_id: string;
|
||||
name: string;
|
||||
color: null | string;
|
||||
position: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue