Login:Src:Types: change types

This commit is contained in:
Darya Umrikhina 2024-08-20 01:20:18 +04:00
parent e8f6e91aba
commit 4e7c1be759

View File

@ -172,6 +172,7 @@ export type GreetingCreateUserContainerProps = {
firstName?: string;
lastName?: string;
culture?: string;
hostName?: string;
};
export type LoginProps = {