interface Call {
    endedTimestamp: null | Date;
    participants: string[];
}

Properties

endedTimestamp: null | Date
participants: string[]