export interface CallLogSectionCallStatus {
  isEdited: boolean;
  isSucceed: boolean;
  isSaving: boolean;
}
