mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-28 13:16:13 +01:00
🚀 feat: Change customOpenIdData to be optional and use Record<string, unknown> type
This commit is contained in:
parent
7a5be00f71
commit
2267a251fa
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ export type TUser = {
|
|||
backupCodes?: TBackupCode[];
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
customOpenIdData: { [key: string]: any };
|
||||
customOpenIdData?: Record<string, unknown>;
|
||||
};
|
||||
|
||||
export type TGetConversationsResponse = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue