UNPKG

discord-rebackup

Version:

An rewamped fork of the discord-backup module ! by the iHorizon Team

10 lines (9 loc) 191 B
export interface RoleData { name: string; color: `#${string}`; hoist: boolean; permissions: string; mentionable: boolean; position: number; isEveryone: boolean; }