feat: auth foundation, similar tools, costs, redundancy, anonymous voting
This commit is contained in:
@@ -241,6 +241,7 @@ export interface AuthUser {
|
||||
/** @nullable */
|
||||
preferredUsername?: string | null;
|
||||
role?: AuthUserRole;
|
||||
tier?: "free" | "premium" | "enterprise";
|
||||
isLocal?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user