ts - update Role type

This commit is contained in:
slatinsky 2023-07-31 23:42:43 +02:00
parent 064965e66d
commit 60975dca5e

View file

@ -34,7 +34,7 @@ export interface Channel {
}
export interface Role {
id: string;
_id: string;
name: string;
color: null | string;
position: number;