export type TLoginData = {
  username: string;
  mobile: string;
  token: string;
};
