mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-04 23:30:19 +01:00
feat: enhance terms acceptance response to include acceptance timestamp
This commit is contained in:
parent
4fe9e98442
commit
d6d61254ad
3 changed files with 7 additions and 3 deletions
|
|
@ -627,7 +627,8 @@ export type TUserTermsResponse = {
|
|||
};
|
||||
|
||||
export type TAcceptTermsResponse = {
|
||||
success: boolean;
|
||||
message: string;
|
||||
termsAcceptedAt: Date | string;
|
||||
};
|
||||
|
||||
export type TBannerResponse = TBanner | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue