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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Schema/Guild.d.ts b/dist/Schema/Guild.d.ts

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