RecordListItem: {
    conferenceType: string;
    endedAt: number;
    historyItemId: string;
    id: string;
    meetingId: string;
    record: string;
    size: number;
    spaceId?: string;
    startedAt: number;
    title: string;
}

Type declaration

  • conferenceType: string
  • endedAt: number
  • historyItemId: string
  • id: string
  • meetingId: string
  • record: string
  • size: number
  • Optional spaceId?: string
  • startedAt: number
  • title: string