diff options
Diffstat (limited to 'src/util/schemas/BanCreateSchema.ts')
-rw-r--r-- | src/util/schemas/BanCreateSchema.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/BanCreateSchema.ts b/src/util/schemas/BanCreateSchema.ts index 64b02943..834577dc 100644 --- a/src/util/schemas/BanCreateSchema.ts +++ b/src/util/schemas/BanCreateSchema.ts @@ -1,4 +1,3 @@ - export interface BanCreateSchema { delete_message_days?: string; reason?: string; |