UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

9 lines (8 loc) 220 B
export declare enum VerifyGuestOtpPurposeEnum { ACCOUNT_VERIFICATION = "ACCOUNT_VERIFICATION" } export declare class VerifyGuestOtpDto { target: string; otp: string; purpose: VerifyGuestOtpPurposeEnum; }