UNPKG

@brewww/authentication-service

Version:
6 lines (5 loc) 104 B
export declare class SendOtpResult { expiresAt: Date; isSent: boolean; otpValue?: string; }