import { CallLogsWithDetailsConfigurationInterface } from "./CallLogsWithDetailsConfiguration";
import { CometChatCallLogsWithDetails } from "./CometChatCallLogsWithDetails";

export { CometChatCallLogsWithDetails };
export type { CallLogsWithDetailsConfigurationInterface };
