UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 192 B
import { BaseEntity } from './base.entity'; export declare class CalendlyMeetingLog extends BaseEntity { calendlyEventId: string; calendlyEventType: string; rawWebhookData: any; }