Code Cleanup
This commit is contained in:
@@ -184,17 +184,17 @@ _${sanitizeString(dateFormat(new Date(feedbackItem?.createdAt), 'DD MMM, YYYY |
|
||||
export const shareToWhatsapp = (
|
||||
feedbackItem: {
|
||||
createdAt: string | number | Date;
|
||||
interactionStatus: any;
|
||||
answerViews: any[];
|
||||
metadata: { interactionLatitude: any; interactionLongitude: any };
|
||||
interactionStatus: keyof typeof InteractionStatuses;
|
||||
answerViews: IAnswerView[];
|
||||
metadata: { interactionLatitude: string; interactionLongitude: string };
|
||||
type: any;
|
||||
},
|
||||
caseDetails: {
|
||||
id: any;
|
||||
customerName?: any;
|
||||
loanAccountNumber?: any;
|
||||
dpdBucket?: any;
|
||||
currentOutstandingEmi?: any;
|
||||
id: string;
|
||||
customerName?: string;
|
||||
loanAccountNumber?: string;
|
||||
dpdBucket?: string;
|
||||
currentOutstandingEmi?: number;
|
||||
},
|
||||
agentId: any,
|
||||
setIsWhatsappSendLoading: (isLoading: boolean) => void
|
||||
|
||||
Reference in New Issue
Block a user