UNPKG

citeright-sdk-js

Version:
6 lines (5 loc) 206 B
import { EventNotification } from "../EventNotification"; import { UserDTO } from "../UserDTO"; export declare class UserPasswordRecoverSuccess extends EventNotification { AffectedUser: UserDTO; }