mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-26 20:26:13 +01:00
📦 chore: Update data-schemas to 0.0.21 and update IUser plugins type
This commit is contained in:
parent
460eac36f6
commit
47aa90df1d
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ export interface IUser extends Document {
|
|||
githubId?: string;
|
||||
discordId?: string;
|
||||
appleId?: string;
|
||||
plugins?: unknown[];
|
||||
plugins?: string[];
|
||||
twoFactorEnabled?: boolean;
|
||||
totpSecret?: string;
|
||||
backupCodes?: Array<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue