Skip to main content
type SignInWithEmailResult = {
  message: string;
  flowId: string;
};

Properties

PropertyType
messagestring
flowIdstring
I