UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

6 lines (5 loc) 97 B
export declare class VerifyOtpDto { userId: string; otp: string; purpose?: string; }