UNPKG

citeright-sdk-js

Version:
6 lines (5 loc) 189 B
import { EventNotification } from "../EventNotification"; export declare class UserPasswordRecoverFailed extends EventNotification { UsernameEntered: string; Reason: string; }