@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
10 lines (9 loc) • 502 B
text/typescript
//@ts-ignore
import { CometChat } from '@cometchat/chat-sdk-react-native'
import { CallLogDetailsConfigurationInterface } from "../CometChatCallLogDetails";
import { CallLogsConfigurationInterface } from "../CometChatCallLogs/CallLogsConfiguration";
export interface CallLogsWithDetailsConfigurationInterface {
onError?: (e: CometChat.CometChatException) => void,
CallLogsConfiguration?: CallLogsConfigurationInterface,
callLogDetailsConfiguration?: CallLogDetailsConfigurationInterface,
}