-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd5d5ff
commit 3b253a0
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/globals.d.ts b/globals.d.ts | ||
index bd4145c11a6b431126526127d9df3f4e526e8d56..f4d10dd97ef55a2a2f9257eed8f04610513f3d04 100644 | ||
--- a/globals.d.ts | ||
+++ b/globals.d.ts | ||
@@ -1,7 +1,7 @@ | ||
/** | ||
* https://discord.com/developers/docs/reference#snowflakes | ||
*/ | ||
-export type Snowflake = string; | ||
+export type Snowflake = string & import("zod").BRAND<"Snowflake">; | ||
/** | ||
* https://discord.com/developers/docs/topics/permissions | ||
* |