export type otpType = {
  phone?: string;
  email?: string;
  identifier?: string;
  otp: string;
};
