summary refs log tree commit diff
path: root/src/schemas/uncategorised/ChannelModifySchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/uncategorised/ChannelModifySchema.ts')
-rw-r--r--src/schemas/uncategorised/ChannelModifySchema.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/schemas/uncategorised/ChannelModifySchema.ts b/src/schemas/uncategorised/ChannelModifySchema.ts

index b83dc12e..093da8e6 100644 --- a/src/schemas/uncategorised/ChannelModifySchema.ts +++ b/src/schemas/uncategorised/ChannelModifySchema.ts
@@ -19,9 +19,6 @@ import { ChannelPermissionOverwriteType, ChannelType, TagCreateSchema } from "@spacebar/schemas"; export interface ChannelModifySchema { - /** - * @maxLength 100 - */ name?: string; type?: ChannelType; topic?: string;