UNPKG
discord-backup-v12
Version:
latest (2.5.0)
2.5.0
A complete framework to facilitate server backup using discord.js v12
discord-backup-v12
/
lib
/
types
/
RoleData.d.ts
10 lines
(9 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export interface RoleData { name: string;
color
: string; hoist: boolean; permissions: number; mentionable: boolean;
position
: number; isEveryone: boolean; }