mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-13 04:54:24 +01:00
feat: add terms acceptance timestamp tracking and migration script
This commit is contained in:
parent
299efc2ccb
commit
7b2ebe4bdd
10 changed files with 134 additions and 4 deletions
|
|
@ -655,6 +655,7 @@ export type TCustomConfigSpeechResponse = { [key: string]: string };
|
|||
|
||||
export type TUserTermsResponse = {
|
||||
termsAccepted: boolean;
|
||||
termsAcceptedAt: Date | string | null;
|
||||
};
|
||||
|
||||
export type TAcceptTermsResponse = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue