Shared: Api: People: Added loginEventId to user type

This commit is contained in:
Ilya Oleshko 2024-08-05 17:58:59 +03:00
parent 23f4d60d96
commit 6601566913

View File

@ -71,6 +71,7 @@ export type TUser = {
cultureName?: string;
groups?: TUserGroup[];
shared?: boolean;
loginEventId?: number;
};
export type TGetUserList = {