mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
fix: broken import errors (#779)
* fix: broken import errors * fix: snake case name
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -77,5 +77,5 @@ export interface User {
|
||||
premiumType?: number;
|
||||
}
|
||||
|
||||
export type DiscordUser = SnakeCaseProps<DiscordUserInternal>;
|
||||
export type DiscordUser = SnakeCasedPropertiesDeep<DiscordUserInternal>;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user