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

index 42d540ba..00000000 --- a/dist/Schema/Guild.d.ts +++ /dev/null
@@ -1,8 +0,0 @@ -export declare const GuildSchema: { - name: StringConstructor; - $region: StringConstructor; -}; -export interface GuildSchema { - name: string; - region?: string; -}