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, 8 insertions, 0 deletions
diff --git a/dist/Schema/Guild.d.ts b/dist/Schema/Guild.d.ts
new file mode 100644

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