supertokens-node
    Preparing search index...

    Variable sendEmail

    sendEmail: (
        input: TypeWebauthnRecoverAccountEmailDeliveryInput & {
            userContext?: Record<string, any>;
        },
    ) => Promise<void> = Wrapper.sendEmail

    Type declaration

      • (
            input: TypeWebauthnRecoverAccountEmailDeliveryInput & {
                userContext?: Record<string, any>;
            },
        ): Promise<void>
      • Parameters

        • input: TypeWebauthnRecoverAccountEmailDeliveryInput & {
              userContext?: Record<string, any>;
          }

        Returns Promise<void>