diff options
Diffstat (limited to 'src/util/schemas/BanRegistrySchema.ts')
-rw-r--r-- | src/util/schemas/BanRegistrySchema.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/BanRegistrySchema.ts b/src/util/schemas/BanRegistrySchema.ts index 8680d3db..501f94dc 100644 --- a/src/util/schemas/BanRegistrySchema.ts +++ b/src/util/schemas/BanRegistrySchema.ts @@ -5,4 +5,4 @@ export interface BanRegistrySchema { executor_id: string; ip?: string; reason?: string | undefined; -}; \ No newline at end of file +} |