From 524b5df7231635682053d0c028b0a24189b875ab Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:09:35 +0200 Subject: :sparkles: api --- src/schema/Roles.ts | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/schema/Roles.ts (limited to 'src/schema/Roles.ts') diff --git a/src/schema/Roles.ts b/src/schema/Roles.ts deleted file mode 100644 index f662e61b..00000000 --- a/src/schema/Roles.ts +++ /dev/null @@ -1,17 +0,0 @@ -export const RoleModifySchema = { - $name: String, - $permissions: BigInt, - $color: Number, - $hoist: Boolean, // whether the role should be displayed separately in the sidebar - $mentionable: Boolean, // whether the role should be mentionable - $position: Number -}; - -export interface RoleModifySchema { - name?: string; - permissions?: BigInt; - color?: number; - hoist?: boolean; // whether the role should be displayed separately in the sidebar - mentionable?: boolean; // whether the role should be mentionable - position?: number; -} -- cgit 1.5.1