UNPKG

@brewww/authentication-service

Version:
16 lines (15 loc) 294 B
export declare class Otp { id: string; createdAt: Date; updatedAt: Date; expiresAt: Date; resendableAt: Date; value: string; channel: { email?: string; phone?: { phone_number: string; country_code: string; }; }; }