type EmailAuthentication = { type: "email"; email: string; };
type
"email"
email
string
Was this page helpful?