Interface CommunicationCardProps

interface CommunicationCardProps {
    entry: CommunicationHistoryEntry;
}

Properties

Properties

entry: CommunicationHistoryEntry