Type Alias ConversationCallData

ConversationCallData: {
    to: string;
    from: string;
    status: ConversationCallStatus;
}

Type declaration