summary refs log tree commit diff
path: root/util/src/schemas/WebhookCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/WebhookCreateSchema.ts')
-rw-r--r--util/src/schemas/WebhookCreateSchema.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/src/schemas/WebhookCreateSchema.ts b/util/src/schemas/WebhookCreateSchema.ts
deleted file mode 100644

index 12ab1869..00000000 --- a/util/src/schemas/WebhookCreateSchema.ts +++ /dev/null
@@ -1,8 +0,0 @@ -// TODO: webhooks -export interface WebhookCreateSchema { - /** - * @maxLength 80 - */ - name: string; - avatar?: string; -}