UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 182 B
import { BaseEntity } from './base.entity'; export declare class ZoomMeetingLog extends BaseEntity { zoomMeetingId: string; zoomEventType: string; rawWebhookData: any; }