UNPKG

@brewww/authentication-service

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