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

index 1579001e..00000000 --- a/util/src/schemas/GuildTemplateCreateSchema.ts +++ /dev/null
@@ -1,5 +0,0 @@ - -export interface GuildTemplateCreateSchema { - name: string; - avatar?: string | null; -}