1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 18:51:36 +02:00
server/dist/models/Role.d.ts

10 lines
178 B
TypeScript
Raw Normal View History

2021-02-05 22:01:01 +01:00
export interface Role {
color: number;
hoist: boolean;
managed: boolean;
mentionable: boolean;
name: string;
permissions: bigint;
position: number;
}