Skip to content

Commit

Permalink
Export all types
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBnator committed Aug 9, 2024
1 parent eb6eb30 commit f014128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type DiscordScope =
* These are all the available Guild Features
* @see https://discord.com/developers/docs/resources/guild#guild-object-guild-features
*/
type DiscordGuildFeature =
export type DiscordGuildFeature =
| "ANIMATED_BANNER"
| "ANIMATED_ICON"
| "APPLICATION_COMMAND_PERMISSIONS_V2"
Expand Down Expand Up @@ -78,7 +78,7 @@ type DiscordGuildFeature =
* These are all the available Discord locales
* @see https://discord.com/developers/docs/reference#locales
*/
type DiscordLocale =
export type DiscordLocale =
| "id"
| "da"
| "de"
Expand Down

0 comments on commit f014128

Please sign in to comment.