MeetingsHistoryEvent: InternalMessage & {
    meetings: MeetingHistoryItem[];
    totalSize: number;
}

Type declaration