UNPKG

hud-ai

Version:
13 lines (12 loc) 257 B
export interface Conference { id: string; name: string; description: string|null; url: string|null; timezone: string|null; speakersJobId: string|null; createdAt: Date; updatedAt: Date; startsAt: Date; endsAt: Date; }