mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-02 06:10:18 +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[];
|
backupCodes?: TBackupCode[];
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
updatedAt: string;
|
updatedAt: string;
|
||||||
customOpenIdData: { [key: string]: any };
|
customOpenIdData?: Record<string, unknown>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type TGetConversationsResponse = {
|
export type TGetConversationsResponse = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue