UNPKG

@brewww/authentication-service

Version:
9 lines (8 loc) 236 B
import { AuthenticationAction } from "../../enum"; export declare class OtpEmailCreatedEvent { otpValue: string; emailAddress: string; authenticationAction: AuthenticationAction; locale?: string; appData?: object; }