UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

9 lines (8 loc) 179 B
export declare class CreateInAppNotificationDto { userId: number; event?: string; title?: string; message: string; redirectUrl?: string; metaData?: any; }