mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-07 05:42:28 -05:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
export type AuthErrorCode =
|
|
| "aborted"
|
|
| "discordOverloaded"
|
|
| "unverifiedEmail"
|
|
| "browserPrivacy"
|
|
| "unknown";
|