UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

8 lines (7 loc) 142 B
export declare class TestNotificationDto { email?: string; phone?: string; message?: string; data?: any; type?: string; }