mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-26 12:24:48 -05:00
2 lines
51 B
TypeScript
2 lines
51 B
TypeScript
export type AuthErrorCode = "aborted" | "unknown";
|