adds optional user_token nicknames

This commit is contained in:
nai-degen
2023-08-29 14:20:28 -05:00
parent bb78a399eb
commit 3c56103de0
9 changed files with 106 additions and 21 deletions
+2
View File
@@ -21,6 +21,8 @@ type QuotaModel = "claude" | "turbo" | "gpt4";
export interface User {
/** The user's personal access token. */
token: string;
/** The user's nickname. */
nickname?: string;
/** The IP addresses the user has connected from. */
ip: string[];
/** The user's privilege level. */