UNPKG

@loadsmart/rn-salesforce-chat

Version:
9 lines (8 loc) 187 B
export interface ChatEntityField { objectFieldName: string; doCreate: boolean; doFind: boolean; isExactMatch: boolean; preChatDataKeyToMap?: string; entityFieldKey: string; }