Login:Src:Types: add new types

This commit is contained in:
Darya Umrikhina 2024-07-02 17:12:08 +07:00
parent fc7891ba0c
commit 147f82d412

View File

@ -41,6 +41,16 @@ export type TDataContext = {
systemTheme?: ThemeKeys;
};
export type TСheckConfirmLink = {
key: string;
emplType: number; //EmployeeType
email: string;
UID: string;
type: string; //Confirm type
first: string;
roomId: string;
};
export type GreetingContainersProps = {
greetingSettings?: string;
};