Skip to main content
type SignInWithEmailOptions = {
  email: string;
};

Properties

PropertyType
emailstring
I