Including Objects
This commit is contained in:
@@ -20,6 +20,25 @@ const QuestionTypes = {
|
||||
AMOUNT_PROMISED: 'Amount Promised',
|
||||
};
|
||||
|
||||
// const feedbackItem = {
|
||||
// createdAt: '',
|
||||
// interactionStatus: '',
|
||||
// answerViews: [],
|
||||
// metadata: {
|
||||
// interactionLatitude: '',
|
||||
// interactionLongitude: '',
|
||||
// },
|
||||
// type: '',
|
||||
// };
|
||||
|
||||
// const caseDetails = {
|
||||
// id: '',
|
||||
// customerName: '',
|
||||
// loanAccountNumber: '',
|
||||
// dpdBucket: '',
|
||||
// currentOutstandingEmi: '',
|
||||
// };
|
||||
|
||||
const sendNativeToWhatsapp = (
|
||||
message: string,
|
||||
imageUrl: string,
|
||||
@@ -68,6 +87,7 @@ const sendToWhatsapp = (
|
||||
dpdBucket?: any;
|
||||
currentOutstandingEmi?: any;
|
||||
},
|
||||
|
||||
agentId: any,
|
||||
setIsWhatsappSendLoading: (isLoading: boolean) => void,
|
||||
sanitizeStringFunction: (dataString: any) => string,
|
||||
|
||||
Reference in New Issue
Block a user