summary refs log tree commit diff
path: root/dist/Schema/Guild.d.ts
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-09 19:15:08 +0100
committerxnacly <matteogropp@gmail.com>2021-02-09 19:15:08 +0100
commit16a01111b831caa310604af6644d9db680291b0d (patch)
treea2f1577761fb127db53d41617cd6f560c426097c /dist/Schema/Guild.d.ts
parentMerge branch 'main' of https://github.com/discord-open-source/discord-server-... (diff)
downloadserver-16a01111b831caa310604af6644d9db680291b0d.tar.xz
added missing exports (guildschema)
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; }