interface StateType {
user?: any
}
namespace UserType {
export interface Login {
mobile: string
business: string
[key: string]: string